Limited Characters in External Form
Permalink
Hey there,
i'm building an external form and in some of the input fields i need a character-limitation so you can only enter one number.
<?php echo $form->text('tag_1'); ?>
I really don't know how to set the maxlength.
any ideas? :D
i'm building an external form and in some of the input fields i need a character-limitation so you can only enter one number.
<?php echo $form->text('tag_1'); ?>
I really don't know how to set the maxlength.
any ideas? :D
Here is the 5.6 documentation for form widgets, I believe it's mostly the same for 5.7http://legacy-documentation.concrete5.org/developers/forms/standard...