This isn’t possible by default you would be best using some jQuery to limit the character length, something like:
jQuery(‘input[name=fname]’).attr(‘maxlength’,5);
Which just adds the maxlength attribute to a particular field name (in this case the first name input field).
You would need to add that into the page template (at the bottom wrapped in tags) or via a separate javascript file.
Viewing 1 reply thread
The support post ‘Maximum length answer question’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.