Hi again, where or how can I limit user input text option on a buy product page?
lets say maximum letters/numbers 21 total.
sort of like this:
any tips? thanks
lets say maximum letters/numbers 21 total.
sort of like this:
any tips? thanks
In General
Share this post:
Responses (2)
-
Accepted Answer
Can't you use jQuery or simple Javascript?
I mean, what if you insert a jQuery form validation plugin into your template's head section.
Then create your own myscripts.js file and link to it within the head of your template.
And then use an onFocus, blur or onChange like javascript tag to check the input's content.
Here are some jQuery form validation plugins:
https://www.sitepoint.com/10-jquery-form-validation-plugins/
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »