Validation: how to prevent form progress based on conditions?

  • limingeca
    Asked on January 20, 2019 at 10:21 AM

    I have the form programmed where if the user enters a specific age and chooses a specific class, an error message will appear. Now, I am trying to prevent the use from continuing on in the form if any error message occurs. Thanks for the help.

  • Victoria_K
    Replied on January 20, 2019 at 12:19 PM

    I can assume that your form is set up to show error message created with text element, is this correct? You can add an action to hide Submit button or Page Break elements into conditional statements that are showing error message, for example:

    Validation: how to prevent form progress based on conditions? Image 1 Screenshot 20

    We will gladly assist if you need any further help.