API for data submission

  • Troy
    Asked on November 16, 2021 at 2:02 PM

    Does JotForm have an API to export data to a database for analysis? The only integration I see is too manual, exporting form data as a SQL file to upload to the DB, is there an API to make this automatic once a form is submitted?

    Thank you,
    Troy

  • Amin JotForm Support
    Replied on November 16, 2021 at 5:33 PM

    Hi there,

    Thanks for reaching out to us!

    Yes, this is possible using the following three methods:

    1) Enable the "Send Post Data" feature in Form Settings, then redirect to your own thank-you page where you can read the submission data and save it in your own database.

    Related guide: Send-POST-Data-From-JotForm-in-Custom-Thank-You-Page

    2) Using our external API: https://api.jotform.com/docs/

    3) Following this guide: How-to-send-Submissions-to-Your-MySQL-Database

    Should you have any further inquiries, we will be more than happy to help.