Sending submissions to your MySQL database using PHP on JotForm?

  • kakakirani
    Asked on January 6, 2017 at 12:21 PM
  • Jan
    Replied on January 6, 2017 at 1:48 PM

    It is possible to send the form submission to your own MySQL database using PHP. However, you will need to create a script that will serve as the landing page for the receiving post data. That script will insert the submitted post data to your MySQL database. Please refer to this guide: https://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP.

    You might also want to check JotForm Webhooks. Here's the link: https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm.

    You can find an example in this guide: https://www.jotform.com/help/248-Webhook-PHP-Script-Examples, please check the number 3 example.

    Sending submissions to your MySQL database using PHP on JotForm? Image 1 Screenshot 20

    Hope that helps. If you have any questions, let us know. Thank you.