Is there a way I can make a Symptoms Checker Form/Questionnaire?

Hello,

I wondered if there is a way for me to implement something similar to this symptoms checker made by WebMD ( https://symptoms.webmd.com/default.htm ). It does not need to have as much function as this.
I Ideally need it to ask a series of questions about what sort of pain someone is currently having, and then from the answers they have given they would be given a list of diagnosis’s. (it doesn’t need much more function than this).

One question could have 3 selections and depending on what selection they choose a set of 3 different questions would then need to come up related to the selection they made before.

Thanks,
Miles

The Cascading Form example is what you’re looking for.

Perfect, this looks a little complex for me! But I will give it a go :slight_smile:

Thanks for your help.