Skip to main content

Warning if an Entered Value is Outside a Range

Updated over a month ago

When using Numeric Textbox question types, you can set parameters to warn if a value entered is outside a range.

In the numeric textbox properties page, there's a params box.

You separate your statements with a comma and put spaces between the number and the bigger than/less than symbol like this:

>= 7,< 9

< -2,> -99

Don't put a space between the comma and the next value :)

Did this answer your question?