I need help with Nintex Form 2013 to validate if a field value falls within a range:
For example
Field 1 is a text field where users enter a code
Field 2 is a text field describing the type of code
I need to know if value from Field 1 does not fall within a certain range: between 100000 and 110000
And if Field2 = Executive
then display a message "Executive Code not valid"
OR
Field1 does not fall within a certain range: between 200000 and 220000
And if Field2 = Officer
then display a message "Office Code not valid"
OR
Field1 does not fall within a certain range: between 700000 and 799999
And if Field2 = Member
then display a message "Member Code not valid"
Thanks in advance