Dear all,
I am looking for best practice example where I can redirect the user to different pages, depending on answer of the user. For example, I ask several questions over checkboxes. In code I program few scenarios like:
If answers in checkboxes are A and A, user redirected to page A on Submit.
If answers are B and B, user redirected to page B.
If answers are A and B, user redurected to page C, etc.
Conditional logic is not possible here.
You provide PHP and JS on Submit. Can you give guidance or example of code for them for such conditional redirection?
Best, Dimitri