Hello! I’m currently facing a challenge in one of my projects.
I need to create a quizz type of object with about 10 questions. Each question has 2\~4 options. In the end, the user enters their e-mail and receive a custom feedback based on each of their answers.
For example:
>Question 1 – What kind of pizza do you like?
>
>Options: Pepperoni, Marguerita, Pineapple.
>
>Question 2 – Favorite soda?
>
>Options: Pepsi, Coke
After the user answers this questions, I need a plugin that concatenates each of their own individual text that corresponds to each individual answer.
If the person chooses pepperoni and pepsi, the text would read: “I see you like Pepperoni and Pepsi”.
The problem is that I have so many options that I have to write over 500 different endings for each scenario.
What I want is something that does this only using logical operators.
In this example, the answer would be like, in english code:
if(question 1 = pepperoni)
INSERT PEPPERONI TEXT HERE
if(question 1 = Pineapple)
INSERT PINEAPPLE TEXT HERE
if(question 2 = pepsi)
INSERT PEPSI TEXT HERE
..
And this builds the text by itself.
All plugins I’ve tried makes it so I have to write over 500 endings.
Is there any way to do this in a simplere manner?
Edit: forgot to mention, I’m not looking for free plugins. I’m more than willing to use a paid one. My budget is about $50/month.
[ad_2]
If you want to create your confirmation / email via code, gravity forms has simple filters to do so. I have a dev license so it’s my default, but I’ve never approached something GF couldn’t solve.
Formaloo will do this and currently has a lifetime deal going on AppSumo.com