Is it possible to pass the info over to a page with a text but not a form?

  • RMFP
    Asked on August 11, 2015 at 5:34 PM
    Hi There,
    I got everything you said here working properly, however, I was wondering if you could pass the info over to page with Text not a form?
    Brad
  • Welvin Support Team Lead
    Replied on August 11, 2015 at 5:37 PM

    Hi Brad,

    That is possible if the page is built with PHP. You can use our Send Post Data Method. Here's our guide for that:

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

    Please let us know the page here so we can check it. Please include the form as well and what information from the form you want to submit.

    Thanks

  • RMFP
    Replied on August 11, 2015 at 5:49 PM
    Hi,
    Thank you for your comment. However, I am not using PHP and not sure how to do so. I am currently using a WordPress website. Now, I can create a another form within JotForm and just a Custom HTML fields to create a basic thank you page. However, that really doesn’t solve my problem with PHP.
    Is there something with the JotForm HTML Custom Box that I could use?
    Thanks
    Brad
    ...
  • Welvin Support Team Lead
    Replied on August 11, 2015 at 7:00 PM

    Hi Brad, 

    If you simply want the submitted data to appear in the thank you message, you can use the third option (Thank You Message) in the thank you settings:

    Is it possible to pass the info over to a page with a text but not a form? Image 1 Screenshot 30

     

    From there, you should be able to add the field tags/names and that should do the trick:

    Is it possible to pass the info over to a page with a text but not a form? Image 2 Screenshot 41

     

    I'm afraid that passing data to an HTML block is not possible so you can't do it by just creating a new form.

    Perhaps, tell us what's your purpose of this? Also, if my statement above is correct, that you want to display the data into the thank you page?

    Thanks