Is it possible to add a word count limit on regular form text box?

hi there,

The question is general, I just need to know if it’s possible to add a word count limit on regular form text box?

Thanks

Hey @carlos94587 natively no.
You could put a max heigh and set the block on overflow hidden i guess…
Hope this helps,

You could also add the attribute maxlength on the custom attribute settings, like this:


This will add a maximum length of characters to the text box.

You can learn more about it here: https://www.w3schools.com/tags/att_textarea_maxlength.asp

PS: I know this is an old thread, but maybe someone needs this, haha. I had an issue with some random guy sending me his entire resume through my contact form (yes, that happened, hahaha) and I needed this limit asap, lol :wink:

10 Likes

Thank you @nokcturna! A year after you answered this older question, I’m using your advice.

1 Like

Haha, awesome @ColleenBrady. Glad I could help :heart: :slight_smile:

1 Like

4 years later and its still helpful. Thank you!

2 Likes

Same here…It’s Sept 2023 and this is a HUGE help! Thank you @nokcturna

1 Like

Thank you! This helped me!

1 Like

Glad it’s still helpful and working :laughing: :heart: