Hi there,
Is there a way to set a max limit of characters on the text or textarea field? I can't seem to find that option.
Thanks!
Hi there,
Is there a way to set a max limit of characters on the text or textarea field? I can't seem to find that option.
Thanks!
In my textfield I added a 'HTML Attributes' property with the maxlength attribute (in my case I wanted a maximum of 3 characters so it was maxlength=3)
flyboeing answer is good, another solution is to use a custom JavaScript validation function