How do I put limits on the text and textarea fields? Specify max number of characters in the fields and the max size the field(s) are displayed on the screen?
Forums
Text field limits, size, no of chars
You can use CSS to style the fields size and Regex or Function validation for checking the length of the field value, here is a tutorial on custom validation functions in v8:
How to use custom JavaScript or PHP validation in your form - ChronoForms8
You need to login to be able to post a reply.