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. ...
WaltHamilton
2 years agoSuper Hero
The short answer is no. A more difficult option might be to capture individual keystrokes and use JS to build up the text. I imagine that would take more work and triggers than it would be worth.