Hi there,
Is there a way to prevent the user from typing when the maximum amount of character is entered. Currently it shows a message when you exceed the amount but I would prefer if it prevents the user from entering more text.
Thanks!
Is there a way to prevent the user from typing when the maximum amount of character is entered. Currently it shows a message when you exceed the amount but I would prefer if it prevents the user from entering more text.
Thanks!
For that you'll need javascript/jQuery if you're comfortable with simple coding.
https://stackoverflow.com/questions/9841363/how-to-restrict-number-of-characters-that-can-be-entered-in-html5-number-input-f
https://stackoverflow.com/questions/9841363/how-to-restrict-number-of-characters-that-can-be-entered-in-html5-number-input-f
You need to login to be able to post a reply.