Is it possible to show the form data after submitting the form?

  • solongo2
    Asked on December 12, 2017 at 9:46 AM

    Hello,

    with webhooks I can the datas write into a db for example.

    Is it possible after submit link to an own page where I can read the form datas and this data further processing.

    A simple example.

    After submit a form width name and firstname, I want show a page with the name.

    How is it possible.


    thx

    Thorsten

  • Welvin Support Team Lead
    Replied on December 12, 2017 at 10:51 AM

    It's a send post method. Here's a guide with complete details on how you can do it on the form/custom page:

    https://www.jotform.com/help/213-Send-Submission-Data-via-Post-Method-and-Thank-You-Settings

    Let us know if you need further help on this. 

  • solongo2
    Replied on December 13, 2017 at 2:04 AM

    Hello, thx for fast reply.

    The redirect doesn't work for me.

    https://goo.gl/MbFJgS

    https://goo.gl/g6B787

    https://goo.gl/Qm1Dfh

    https://goo.gl/Qm1Dfh

    on the Ladingpage there is not even functionality.

    The simple redirect does'nt work.

    What am I doing wrong?


    Best regards 

    Thorsten

  • Ardian_L
    Replied on December 13, 2017 at 6:06 AM

    Hi,

    I inspected the form you have created and Send Post Data is not enabled. Also the Thank you Page it is redirecting to www.solongo.de not to your php file. Also as explained in the URL that @welvin has provided you need to create your custom php file, to fetch the data through post method.

    A simple PHP Code that you need to put in your php file:

    $_POST['submission_id'];

    $_POST['formID'];

    $_POST['ip'];

    $_POST['name']['0'];$_POST['name']['1'];

    $_POST['email'];

    $_POST['message'];

    Please let us know if you have any other question.

  • solongo2
    Replied on December 13, 2017 at 6:20 AM
  • Ardian_L
    Replied on December 13, 2017 at 7:31 AM

    Hi,

    Can you please try to clear your browser cache and try again. I tried the form in Chrome and Firefox in Windows and also in Chrome in Mac and it was redirecting in my case.

    1513168240Redirect Screenshot 10