I am building a personality quiz. There are 10 questions with 4 options for the answers.
The calculation is simple, if you answer mostly As, then your quiz result would be Personality A.
The quiz results will be sent to the user via email. So I would need the user info (email, quiz result) to be passed on to Mailchimp. Everything else on Mailchimp is already set up.
I spoke to Gravity Forms support and they said this project would require some custom development to handle evaluation of the options being chosen in order to identify categorization of the entry.
Any recommendations for developers who have experience building this? Thank you.
Hi Kasia,
I’ve done multiple forms where we show different results based on the answers provided by the user filling in the form.
If you have a bit of budget I can work with you on this later this week.
I’ve been working with Gravity Forms for over a decade.
Hi Kasia ,
Good Afternoon!!
I can help you quick with custom quiz form you are looking forward to develop.
Just incase if you have read old topics regarding same were accomplished successfully for clients.
Have good professional experience to handle your request.
I have worked on similar setups using Gravity Forms.
The personality type calculation is straightforward, and I can handle the conditional logic required.
Let me know if you want to discuss further or see examples of past work.
Just wanted to chime in with a tip that might help others exploring similar projects. If you’re using Gravity Forms and want to build a personality quiz without diving too deep into custom PHP, one creative workaround is leveraging Quiz Fields with Calculation-enabled Product Fields in combination with Gravity Forms’ conditional logic. By assigning scores to each option and tallying them via a hidden calculation field, you can “map” score ranges to personality types. This approach works especially well with Conversational Forms, maintaining a natural quiz flow while still calculating outcomes in the background. Also, pairing this with Gravity View or Gravity Flow can help automate result tracking or follow-up actions post-submission. Thought this might be helpful for those who want something semi-advanced without full-blown custom development.