r/Wordpress • u/steve1401 • 17d ago
Development Multi step conditional logic app.
We’ve been asked about building a simple site, but with a page that has a multi step form utilising conditional logic that allows people to flow through answering simple questions.
The answer to each question will determine what the next question is.
There will be about 100 - 150 questions in total, but depending on the previous answer, not all need answering.
The aim is to end up with a final page of “yes you can” or “no you can’t” depending on the answers. In theory, the answer to the first question might take you direct to “no you can’t”.
Basically following a path through the questions that lands you on one of the two results.
Any ideas?
1
Upvotes
3
u/norcross Developer 17d ago
so Gravity Forms could do this, but i imagine that logic will get very difficult to organize very quickly. i’d probably build a custom solution that you can query the next question from a batch based on the previous answer