Send data to an application through "POST"

  • alexsieff
    Asked on August 29, 2019 at 6:13 AM
    I am trying to get the data in a form to be added to an application we have. I have been told by the company that owns the application that would be possible for you, if it is fine for you, implementing a "POST" to the address of the application (https://showdancestudio.promagister.com/api/user) and sending the necessary fields. This could be? Could you confront me how to do it?
  • Richie JotForm Support
    Replied on August 29, 2019 at 7:28 AM

    You may send your data through post however. you'll need to have a PHP page on your website that will intercept this data and perform the actions you want.

    Please see the following guides that describe sending POST data from the form to your own PHP page for processing:

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

    There are also other similar ways, for example, you can send submission data from your form through our Webhooks integration:

    https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm

    https://www.jotform.com/help/248-Webhook-PHP-Script-Examples

    Hope this information helps.