Forum Discussion
JeniJohnson-19a
6 years agoCommunity Member
Minimum number of characters required
For text entry, is there a way (maybe with Javascript) to make a user enter a minimum number of characters before they can move on? To prevent them from typing in one character just to click next. ...
rajakrishna
6 years agoCommunity Member
For Text Area: $('textarea').attr("maxlength",10)
For Input: $('input').attr("maxlength",10)
- rajakrishna6 years agoCommunity Member
This is for Set Maximum Characters Length.
- JeremyStump4 years agoCommunity Member
Hi, could you provide an example of how to set the maximum character length? I am having a tough time figuring this out.
- 0555331405553314 years agoCommunity Member
Hello, how can I apply this? I've been trying this code by Execute Javascript trigger when timeline starts, but it's not working.
- EmmabelAgustin4 years agoCommunity Member
Hello, how can I apply this? I've been trying this code by Execute Javascript trigger when timeline starts, but it's not working.