Email adddress capture / during vs. after the quiz
-
Hi Bob,
in the setting of the quiz, I can either make it mandatory or optional for users to enter an email if their would like a copy of their test results.
In principle, that’s a great feature. Most of the users we work with, however, would like to take that decision not at the beginning, but rather at the end of the quiz. Reasoning: The value generated by the quiz output is being realized only after the quiz was taken.
Hence, I started playing around with the email field. Moving the field further down and telling users to enter the email before the last step, was the best I can do:
#chained-quiz-wrap-4 { display: flex; flex-direction: column; } .chained-quiz-question { order: 1; } .chained-quiz-choices { order: 2; } .chained-quiz-comments { order: 3; } .chained-quiz-action { order: 4; } .chained-quiz-email { order: 5; }
I also understand that there is a dynamic field
{{user-email}}?
Unfortunately, the e-mail address field always comes with the same ID so that I’m unable to hide it selectively during/ after the quiz.
How would you go about making the e-mail entry optional only on the result page?
Any thought on this are much appreciated.
Thanks,
Jan
- The topic ‘Email adddress capture / during vs. after the quiz’ is closed to new replies.