Hi, i have a simple text input field users put in a number. I need to check which range the number matches (e.g. >10 or <1 ) and save a separate key/value for that range in the database.
I thought about a hidden field that changes its value as the user enters data but i don't know how to determine the range.
(I cannot modify the submit button. I use php and jQuery.)
Thanks for any help!