• Resolved miccoly

    (@miccoly)


    Hello,

    I need assistance with the following:

    After a user completes a quiz, I want to redirect them to a page with a form. I’ve successfully passed a [uniquecode] via the URL, but I also need to pass the quiz score.

    Is it possible to pass the quiz score through the URL or as a form field? I need this so that when the user submits the form, I can send an email from Mailchimp that includes the score, allowing me to send a separate email based on the score points.

    Any guidance on how to achieve this would be greatly appreciated.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @miccoly,

    Thank you for the topic.

    I want to mention, that when you set the URL like this:
    https://example.com/%5Buniquecode%5D

    We change the uniquecode part and set it like this:
    https://example.com/?uniquecode=AAABBBCCC

    Then, we perform a redirection, after which you need to connect to the hooks.
    Then, you can take that row with its whole data from Database via that hook. It will include the score.

    I want to mention, that this hook returns this data and you can perform any action you want with this data. The plugin doesn’t have a connection to this process. 

    See the screenshot below:

    As to the following part:
    <<Is it possible to pass the quiz score through the URL or as a form field?

    At the moment, unfortunately, it is not possible to achieve this result.

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear ?@miccoly,

    We’re closing this ticket for now as we last heard from you 2 weeks ago.

    If the query is unresolved, drop us a line and we’ll get back to you at the earliest and the ticket will be re-opened.

    For a new query, feel free to open a new topic. Our Customer Care Specialists will be happy to help you.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.