Creating a "Live form"

I am interested in creating a "live: form that asks a question that has three options: Option A, Option B, Option C, each option has a specific subset of questions that I want to lead the user into based on their selection, and not let them see the other questions, plus functionality that allows users to select multiple options and answer both sets of questions.
Would this best be done through a workflow? How would I direct the user into the various question sets, I couldn’t find any if then functionality in the workflow/actions.

The simple answer is to use screen filtering.

1 Like

In addition to what @Darren_Murphy mentioned, if you want to clear unwanted saved data—such as when a user answers a sub-question, then changes the parent answer, causing the sub-question to change while keeping the old, now irrelevant response—you can use a technique I recently discovered to clear fields dynamically when inputs change.

1 Like