How to Add Dynamic Branching to Digioh Modals

With dynamic branching, you can customize the page flow in your Digioh boxes based on a user’s previous selection.

Digioh allows two types of branching:

  • Branching that evaluates the conditions before a user leaves a specific page (Jump Logic}
  • Branching that evaluates the conditions before the current page is displayed (Skip Logic).

To add branching to your boxes, follow the steps below.

Step 1: In the Digioh editor, scroll down and click the Add Branch button.

For this example, we’ll select “Jump to the page selected below”.

Step 2: Select the page you want to base the branching logic on. Then, add the branching operator by selecting the “contains” dropdown.

Each branching operator behaves as follows:

  • All of These: This operator can be used for multi-select buttons. If all of the added buttons are present in a user journey, this branch will trigger.
  • Exactly These and Nothing Else: This operator can be used if you want only the specific selected buttons to trigger a branching. This is a contains-only operator that is not recommended on forms with a submit button because that specific button is also recorded as button submit. This can cause the branching to fail.
  • One or More of These: This operator can be used for a single selection or buttons that redirect or submit.As long as at least one of the selected buttons is present in the user journey, this branch will trigger.
  • None of These: If none of the added buttons are present in the user journey, this branch will trigger.

Step 3: Select the page you want to show or not show based on the previous Operator.

You can also use this branching for quizzes requiring multiple results pages on the email capture page. To do this, set up branching with an OR condition. You can add multiple OR conditions in a single branching to show a certain page under multiple sets of conditions.

For example: If a user clicks form buttons on Extra Page 1, Extra Page 2, or Extra Page 3, show them a results page with three recommendation elements.

You can use the Skip This Page condition to evaluate or skip a specific form page based on a user’s previous selection.

For example, the box below will show the Thank You page if the user clicked the No Thanks button on the main page. .

Questions? Comments? Reach out to us at support@digioh.com