Creating a questionnaire with submission response dependent on input answers

Question:
I have a client who is looking to create a dynamic questionnaire where the user answers certain questions, multiple choice, then once submitted, it generates a set response based on the users answers to these questions.

Product:
Wix Studio

What are you trying to achieve:
User clicks on the questionnaire - 10 questions - user selects relevant multiple choice answers - clicks submit - one of 5 pre-set response is given based on the users answers to the 10 questions.

What have you already tried:
Wix Forms

Additional information:
Thank you!

Hey @Dimitri_Gregorio!

If you’re using the new Wix Forms, it might be possible to setup a bunch of rules depending on the choices given and to show and hide a text element within the form depending on the rule (although this might get confusing - it depends on how complex the rules and conditions need to be)

Alternatively, you could use code with the onSubmit of the form (found here) to get the values submitted, and then check with your conditions and show a response.

Hope this helps :slight_smile: