limit zip field to 16 chars
parent
e534c89bf7
commit
1c8cdab522
|
@ -17,7 +17,7 @@
|
|||
</select>
|
||||
</label>
|
||||
<label class="sign-input form-zp">
|
||||
<input name="zip" placeholder="{{ i18n "action_form_zip" }}" type="text" />
|
||||
<input name="zip" placeholder="{{ i18n "action_form_zip" }}" type="text" maxlength="16" />
|
||||
</label>
|
||||
<label class="sign-input form-co">
|
||||
<input name="comment" placeholder="{{ i18n "action_form_comment" }}" type="text" maxlength="140" />
|
||||
|
|
Loading…
Reference in New Issue