How do I limit the size of the text area in a form in Contact Form 7?

Asked

Viewed 1,690 times

1

I put a simple form on my site but I’m having difficulties in limiting the area aimed at the user’s messages (the one that can be resized with the mouse), because it is has a standard size that exceeds the margins of the session. I couldn’t find any option on how to do this, can anyone give me a hand? Thanks.

inserir a descrição da imagem aqui

1 answer

0


Hello @nos139 you can try to limit 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:

inserir a descrição da imagem aqui

count according to what the user enter arrived at the 140 character count will no longer be possible.

Or if the case is just to limit even the field size try following this syntax

[textarea your-message 40x10 "your message here ..."]

Ex:

inserir a descrição da imagem aqui

  • Thanks for the help!

  • @nos139 dispo.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.