Hi. Newbie here.I have a form with a 'budget' field that is hidden
unless the user chooses a specified value in a field called 'status.'
When visible, the 'budget' field is mandatory.The script for the above
works fine, but in addition to being mandatory when visible, the
'budget' field must only accept values within a range of, say, between 1
and 100.I can't figure out how to script the following:'Is 'budget'
value between 1 and 100?If yes, allow user to submit form.If no, inform
the user to en...