Server-side validation will catch this anyway and browser's don't play
nice with this attribute when the input field is hidden due to a tab
menu.
<dl{if $errorField == 'name'} class="formError"{/if}>
<dt><label for="name">{lang}wcf.global.name{/lang}</label></dt>
<dd>
- <input type="text" id="name" name="name" value="{$name}" required autofocus class="long" maxlength="255">
+ <input type="text" id="name" name="name" value="{$name}" autofocus class="long" maxlength="255">
{if $errorField == 'name'}
<small class="innerError">
{if $errorType == 'empty'}
<dl{if $errorField == 'name'} class="formError"{/if}>
<dt><label for="name">{lang}wcf.global.name{/lang}</label></dt>
<dd>
- <input type="text" id="name" name="name" value="{$name}" required autofocus class="long" maxlength="255">
+ <input type="text" id="name" name="name" value="{$name}" autofocus class="long" maxlength="255">
{if $errorField == 'name'}
<small class="innerError">
{if $errorType == 'empty'}