Forums

Input only a range between 2 numbers

Manke 27 Mar, 2012
In my form a visitors may – in a certain textbox – fill in only a number between 1400 and 1800. For example; When they fill inthe number 1406 or 1756 its OK.
But the visitor must receive a warning and be blocked when they fill in a number for example 200 or 1931. Is this possible?

Kind regards

Manke
GreyHead 21 Apr, 2012
Hi Manke,

Yes, you can do this with a Custom Validation - see the Form Check example here

And you can also use PHP in a Custom Server Side validation action to check after the form is submitted.

Bob
This topic is locked and no more replies can be posted.