Closed
Description
Example validation rule:
$form->validate('Name(min[2]|max[30]), Email, Comments'); $form->text('Name', 'Name', '', '', '', '');
Created HTML of the input field:
<input type='text' name='Name' value='' **minlength='2' maxlength='30'**>
No validation is only done on server side.
Could this also be done on client side, like you do with the required rules.
Metadata
Metadata
Assignees
Labels
No labels