Hello @tgilber007 !
I trust you’re doing great today!
Yes, that’s possible – in this case the suggested feature to use here is to create a Quiz: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#quizzes
It will also require a bit of additional custom styling if you’d like the quiz to look like the one you’ve shared.
In some cases you may need to create a form instead, especially if you need more detailed control and logic or you need to have specific field types. In a form you can set up special rules which will decide how the form should behave when submitted – you can use that to direct the users to a specific result page based on their answers: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#behavior-forms
Warm regards,
Pawel
the Submission Behavior and After Submission option is not available in polls and quizes
Hi @tgilber007
There are some options for quizzes and Polls, but those are different from regular forms.
Poll focus on showing the result after submission for the total of votes, while Quiz to show your Quiz result or what you defined to it.
Quiz results:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#results-knowledge-quiz-only
Poll Result:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#behavior-polls
The shared link on the previous reply is a workaround on how you can use the form to redirect the user after the result depending on some conditionals.
Best Regards
Patrick Freitas