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
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:
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
Thank you @nokcturna! A year after you answered this older question, I’m using your advice.
Haha, awesome @ColleenBrady. Glad I could help
4 years later and its still helpful. Thank you!
Same here…It’s Sept 2023 and this is a HUGE help! Thank you @nokcturna
Thank you! This helped me!
Glad it’s still helpful and working