Closed FrankChandler closed 8 months ago
Sorry to bother about this, I figured it out. It has to be set this way [textarea* message minlength:20 maxlength:150 class:form-control placeholder "Your message to us" ] and the count has to use the same identifier, in this case "message' like this: [count message]
How can I add minlength: and maxlength: to a message text area? If I add it in the markup, it breaks the form and shows: Message [textarea message class:form-control placeholder "Your message to us" minlength:20 maxlength:150]