Replies: 0
Hello.
I’m new to form maker. I like to create a form with some conditional logic.
It should display a certain price depending on a post code entered in the post code number field.
Example
If a person enters any number between 95000 and 95100 it should show a text field with “Price $100”.
If a person enters any number between 25000 and 25200 it should show a text field with “Price $200” instead.
If the person enters any other number which is in neither range it should show a text “not available”
So I need a conditional logic like this:
If CODE is greater than 94999 and smaller than 95101 show field “Price $100”
else
If CODE is greater than 24999 and smaller than 25101 show field “Price $200”
else
show “not available”
Is a conditional logic check like this possible in Form Maker?
Thank you – Chris