• 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jan

    (@locke85)

    Hi @prasunsen,

    wishing you a very happy New Year.

    Just wondering if you had a chance to look into this in the meantime.

    Kindly let me know how you would realize this use case.

    Thanks,

    Jan

    Plugin Author Bob

    (@prasunsen)

    Happy New Year, Jan

    Sorry, I am not sure I understand your request.

    Thread Starter Jan

    (@locke85)

    We would like to capture the e-mail address not before or during, but after the quiz was taken.

    How would you go about adding an e-mail-address field on the results page?

    Plugin Author Bob

    (@prasunsen)

    The best way would be to embed a shortcode from any e-mail capturing plugin. Unfortunately there is no way to make this with the built-in functionality of Chained Quiz.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email adddress capture / during vs. after the quiz’ is closed to new replies.