I have a planned set up where the user goes through a multi-step form answering some questions. Different responses will lead to different questions. I plan to do this by utilizing custom states and showing/hiding elements.
I wanted system that could show the user the recommended pricing plan based of their selection.
For example, if they select certain things that show me that they need some extra work done for them, then it would give them the pricier plan that offered more coverage.
Just define the criteria that would make a given plan be the suggested plan and then build that out in your workflows. For example, lets say you have 2 plans:
Standard & Premium. In the form there will be a question that asks the user “Do you need extra work?” At the end of the form process, reference the user’s response to that question. If response = no then show plan 1, If response = yes then show plan 2