How to limit the size of the text area on a form in Contact Form 7?

1

I put a simple form on my site but I'm having difficulty limiting the area destined for user messages (the one that can be resized with the mouse), because it is a standard size that goes beyond the margins of the session. I have not found any option how to do this, can anyone help me? Thank you.

    
asked by anonymous 10.09.2018 / 19:13

1 answer

0

Hello @ nos139 you can try limiting the amount of characters in this format:

[textarea* your-message minlength:10 maxlength:140] [count your-message]

[textarea* your-message minlength:10 maxlength:140] [count your-message down]

Ex:

countaccordingtowhattheusertypedhasreachedthe140-charactercountwillnolongerbepossible.

Orifthecaseisjusttolimitthesizeofthefieldtryfollowingthissyntax

[textareayour-message40x10"your message here ..."]

Ex:

    
12.09.2018 / 15:03