I am working on a project for a counseling company. The client wants to ask the customer a few questions. Based on the answers of those questions, the client would then like to share recommended counselors (which are pages) based of their answers.
Questions may look like:
Male, Female (multiple choice)
In-Person, Virtual (multiple choice)
List of issues (multiple choice)
Answers:
Based on the results fo your questions we feel youd be best match would counselor 1,2,3,4 etc
Counselor Pages:
I have ACF set for each counselor and the attributes that are asked above.
You can do that with multiple confirmations and using conditional logic on each one. Here is the documentation for that process:
However, that is going to result in a lot of confirmations, with complex rules for each, depending on how many issues there are. Are those three questions your only questions, and how many possible issues are there to choose from? And the first two questions would be exclusive (prefer male or prefer female) or either (show me male and female counselors)?