How do i place links on the thank-you page that open as a Pop-up?

  • alltronicsbeveiliging
    Asked on July 28, 2015 at 10:29 AM

    Hi,

    Is it possible to place links on the "thankyou page" that open as a pop-up instead of a new tab?

    I tried this one but its not working: http://stackoverflow.com/questions/11812161/opening-popup-windows-in-html

     

    Jotform Thread 621858 Screenshot
  • Charlie
    Replied on July 28, 2015 at 1:32 PM

    Hi,

    Unfortunately, the anchor link will only open a new window/tab on those images. Here's a guide about the target attribute in the <a> element: http://www.w3schools.com/tags/att_a_target.asp

    Using Javascript on the "Thank You" message will also not work because it is not allowed there, they will just be filtered and removed automatically.

    What is possible is that you redirect your user to a custom URL that will act as your custom "Thank You" page, but you'll need to have a website for web page for it. From there, you can try using Javascript functions for pop up.

    How do i place links on the thank you page that open as a Pop up? Image 1 Screenshot 20

     

    I hope that gives you an idea on how to proceed.

  • alltronicsbeveiliging
    Replied on July 30, 2015 at 4:30 AM

    Hi Charlie,

    i tried that, but how do i send all the data to the custom thank you page?

    see: http://www.alltronics.nl/algemeen/overzicht-systeem-ontwerp

    The fields are not changing.

    On the thank you page i want to give the submitter a overview of there submission. 

     

  • BJoanna
    Replied on July 30, 2015 at 5:23 AM

    Inside of this guide you can find out how to Send POST Data From JotForm Using PHP in Custom Thank You Page:

    http://www.jotform.com/help/213-Send-POST-Data-From-JotForm-Using-PHP-in-Custom-Thank-You-Page 

    Hope this will help. Let us know if you need further assistance.