Сайт на umi.cms
При проверке сайта на validator.w3.org выдает ошибки
в файле с шаблоном add.xsl прописан вот такой код для формы
<xsl:template match="udata[@module = 'webforms'][@method = 'add']" mode="form">
<form enctype="multipart/form-data" method="post" action="/webforms/send/" class="akcyia">
<input type="hidden" name="system_form_id" value="174" />
<input type="hidden" name="system_template" value="webforms" />
<input type="hidden" value="/webforms/posted/" name="ref_onsuccess" />
<xsl:apply-templates select="items" mode="address"/>
<table style="width:400px;border:0px;">
<xsl:apply-templates select="groups/group" mode="webforms1"/>
</table>
<table style="width:400px;border:0px;">
<tr>
<td >
<input class="akciya_button" type="submit" value="Отправить заявку" />
</td>
</tr>
</table>
</form>
</xsl:template>
Подскажите, пожалуйста, как можно исправить эти ошибки?