Text field validation (number range allowed)


#1

Hey there,
I try to build a text field which shows an error state, if the input is outside the number range 500-25000. I tried it with conditions, but I got stucked in the formulars. Can someone help?


#2

Here is a quick demonstration of how you can do this.
Text Field Range Validation.rp (56.6 KB)

…two examples with the same error conditions; one uses a Submit button to perform the validation; the other uses real-time validation with the Text Changed event. Here are the conditional cases I used:
image

You can create multiple conditions in a case, and set them to “Match All” (default) or “Match Any” --which is what you want here, resulting in “less than 500” OR "greater than “25000”.


closed #3

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.