[ad_1]
I realised that for some reason now, contact form 7 is limiting the amount if characters in my website’s forms. I’ve read the topic on the relevant’s plugin page, but I cannot modify the form successfully to display correctly AND have the maxlength set to unlimited. This is my form:
[text* Name placeholder "Name*"]
[email* email-915 placeholder "Email*"]
[tel* Phone placeholder "Phone*"]
[select* how_did_you_hear_about us first_as_label "How Did You Hear About Us?*" "Google" "Social Media (Facebook, Instagram, Etc.)" "Word Of Mouth/Referral" "Other"]
[textarea* Message placeholder "Message*"]
[wpcaptcha wpcaptcha-619][submit "Submit"]I’m trying to modify the textarea line to:
[textarea* Message placeholder "Message*" minlength:10 maxlength:140]
but the form doesn’t display correctly. Can someone help?
The page I need help with: [log in to see the link]
