HTML text and paragraph fields have an optional minlength
property.Maybe you customize the HTML of the form, find the [input]
for the field and add minlength=250
(or whatever length you want).I have not tried adding properties to the html of fields like this, so I don't know if it's even possible, but it'd be easy enough to test.Hope this helps.
You can add the property to the input field on the form's Customize HTML page or with jQuery/JavaScript when the page loads.
Please login or Register to submit your answer