I have added the 'Quizz app' to my form. After 'submit answers' it shows the results but does not then show the 'thanks' page? Please help

  • jennamonkey
    Asked on October 17, 2014 at 8:12 AM

    I would like them to then go to a thank you page. Also after submitting answers the only option to get back to my website is the 'back button' then the whole form looks a blank corrupt nothingness. No-one would scroll past the empty void that was the form to see the other things on the page. Can you suggest what to do to avoid this blank space? thanks

  • jonathan
    Replied on October 17, 2014 at 10:13 AM

    Hi,

    To achieve that, you have to do the process as described.

    Steps:

    1. Turn off the “Show the results after submission” option in the quiz application

    2: Turn on POST data so that the submission gets sent to this page.

    I have added the Quizz app to my form Screenshot 20

     

    3. Create a new page on your website the same as your index.html page.  Call it result.php or something.  In the place where you have the form on your index page you will need an iframe:

    <iframe src="http://quizform.jotform.io/submission.php?formID=42524193360349&sid=<?php echo $_POST['submission_id'];?>" frameborder="0" style="width: 100%; height: 500px; border: none;"></iframe>

    4: Set up a thank you URL and point to this page.  Here is the guidelines on how to do so:

    https://www.jotform.com/help/89-Create-a-Custom-Thank-you-page-with-Auto-redirect

    --

    Please inform us if you need further assistance on this.

    Thanks.