I have the following problem:
I use text fields in a form, valdiation is required and it can only be a number from 0 to 10.
I use equal to in action. When value is equal to 0 then go to next field, so far so good.
But howto if the number is not 0 but 1 or 2 or 3.
Can't use >= 1. So i'm a bit stuck here.
Any ideas
I use text fields in a form, valdiation is required and it can only be a number from 0 to 10.
I use equal to in action. When value is equal to 0 then go to next field, so far so good.
But howto if the number is not 0 but 1 or 2 or 3.
Can't use >= 1. So i'm a bit stuck here.
Any ideas