Complex conditional logic: how to change the display of pages in a form
The respondent scores the service higher than average. In this case, the company thanks them for their high score, offers to choose what exactly they rate most highly, and asks them to tell you what could be improved.
The respondent scores the service below average. This is where the company finds out the reasons for dissatisfaction and asks for advice on how to make things better.
Are you planning to further take up one of our online courses?
Would you like to attend our upcoming webinars?
So, let’s find out how to redirect a user onto a certain page of the form depending on the answer.
Work out the sequence of switching from one page to another. To do it, think of the answers to the questions:
How many pages are there in the form?
What pages should be displayed to all the respondents, and what pages should be displayed only to those who met a certain condition?
Depending on what condition a particular page is displayed?
What field contains the condition for switching to a certain page?
The condition can be added only to those fields that require the user’s choice:
Yes/No
One choice
Multiple choice
Range
Keep in mind that depending on the user’s answer a certain page, not an additional field on the same page is viewed. That’s why you should create a page for general questions and other pages for specified questions.
Each block is a separate page. The lines between them show the sequence of a user's transition between pages. Тow it is a linear sequence, i.e. the user will go through all the pages one by one. This approach isn't appropriate in our case.
Let's remove all the logical connections. To do this, place the cursor on the line and click on the cross that appears:
Now let's organize the logic of our own. For convenience, first arrange the blocks in the right order. To do this, left-click and move the block.
All that's required now is to tie up the form pages in the proper sequence. To do this, click the icon on the border of the block and draw a line to the page you want the user to go to.
The gray line links the switch between pages without conditions. The green line is the transition if the user's answer meets the condition. The red one is if the condition is not met.
The preview is interactive, i.e. you can click on the answer choices and enter your values. Take the survey several times to test every possible customer behavior.
If everything is configured correctly, save the form. You can then publish the form and embed it on the site page or send a newsletter email with a link to the form.