POST Data through URL on Submission

  • nickbh
    Asked on March 13, 2015 at 10:46 AM

    Does anyone know of a way to POST Data to a URL on submission of the form?

     

    I would need to manipulate the data before creating the POST but I thought I could maybe get round that by creating a hidden field - creating the full URL and Query String Data and then POST the data on the form submission.

     

    I appreciate I can send POST data as part of the process through the thankyou page but that's not quite what I am after.

  • David JotForm Support
    Replied on March 13, 2015 at 12:38 PM

    Hi,

    Unfortunately, the only method we current have to POST your data is via a custom thank you page:

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

    The script can be adjusted to your liking and it does POST the data to a URL of your choosing.  Since our forms do not allow scripts to be inserted into any fields, any such code will likely be removed automatically.

    Let us know if you have any further questions and we will be happy to help.