Skip to main content

Branching logic and skipping pages

Show different questions to users based on their responses

Written by Anthony Glover
Updated over 4 months ago

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 "Low question"

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


  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?