Whenever you are required to add conditional logic to your form, you can use the If Else statement provided by the Pretty Forms Designer Add-on. The “IF ELSE” statement is a combination of condition & action blocks. “IF” the given condition results true then the “THEN” block executes otherwise “ELSE” block executes. It also allows you to add multiple “ELSE IF” conditions & blocks for the complex scenarios.

Let's see How to Add If Else statement in Google Forms using Pretty Forms Designer.

  1. Open a trigger or custom logic, and add a new statement in the logic.

  1. Click on the “Add IF ELSE Logic”.

  1. Add one or more conditions in the “IF” conditions section. And add “THEN” statements and/or “ELSE” statements.