bootscore / bs-contact-form-7

Adds Bootstrap alerts, radios and checkboxes to Contact Form 7 in Bootscore theme.
https://bootscore.me/documentation/bs-contact-form-7/
MIT License
8 stars 3 forks source link

min and max length text area #20

Closed FrankChandler closed 8 months ago

FrankChandler commented 8 months ago

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]

FrankChandler commented 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]