Skip to main content

How to add branching logic and skip pages

Guide to Asklayer's branching logic, showing how answer-based actions skip pages or end a survey based on responses.

Asklayer allows you to show different pages or questions to users based on their responses or end the survey based on their response.

These actions can be configured in two places

1. Per answer actions. The action taken differs based on the users response.

2. Default actions. When a question is answered an action is taken regardless of the response.

Let's look at an example:

Showing a user a different question and thank you page based on their satisfaction score. The goal is to thank the user if they have a high satisfaction or ask a follow-up question if they have a low satisfaction.

Create four pages:

  1. Satisfaction rating page.

    1. Set a conditional action. If score 0-5, go to page "2. Low satisfaction follow up question page."

    2. Set a conditional action. If score 6-10, go to page "4. High satisfaction thank you page."


  2. Low satisfaction follow up question page.

    1. Leave default action as go to next page.

  3. Low satisfaction thank-you page.

    1. Change default action to "End survey" to prevent the survey continuing on to the high satisfaction page.

  4. High satisfaction thank you page.

    1. Change default action to "End survey"

Did this answer your question?