Setting up a condition

Posted by:

Conditional logic means executing an action only if a condition is met, for example when the user select and option or fill the form in a certain way. There are many features that support conditional logic for example:

  • Showing/Hiding fields
  • Custom Validations
  • Emailing
  • Redirecting the user to a page after submission

The conditional logic builder has 3 main sections :

1: Select the field that you want to compare

2: ...

Continue Reading →
0