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?
Text field validation (number range allowed)
SandraH
#1
mbc66
#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:
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”.