• Resolved bn86

    (@bn86)


    I have a added a shortcode to a Formidable form in the quiz pass message, so that only people who pass the quiz can fill in the form.

    The form appears correctly, but submitting the form does not work, and the quiz restarts.

    Any ideas?

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

    (@hyenokian)

    Dear @bn86,

    Thank you for the topic. 

    I want to mention, that inserting the <form> tag in the <form> tag is against the HTML rules.
    We insert it in the <form> tag to submit the quiz. The same is about the form of that plugin. This is the reason for the problem that occurred for you.

    So, you need to try another solution for this case.
    For instance, you can set the redirection to another page after the quiz completion. There, you can insert your preferred form. 

    Thank you.

    Thread Starter bn86

    (@bn86)

    Thank you, I understand.

    If I have a redirection to another page, it is possible someone could access this page directly, bypassing the quiz.

    Is there a way to prevent this? Could the quiz use a cookie or query string to tell the page that the quiz really has been completed?

    Thanks

    Plugin Support Jasmine

    (@hyenokian)

    Dear @bn86,

    Thank you for your reply.

    At the moment, unfortunately, the plugin doesn’t have this kind of functionality available for usage.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Bug? Form shortcode in quiz pass message’ is closed to new replies.