Submissions to mySQL database

  • LoadTheCode
    Asked on February 2, 2021 at 1:10 AM

    Is there a way when the user submits the form, the data can also be uploaded to a table on my mySQL database? I need the user to stay logged in while he is in his profile until he logs out, therefore I need to use sessions. Or do your servers provide a similar functionality?

    thanks

  • Sam_G
    Replied on February 2, 2021 at 3:37 AM

    Hi LoadTheCode,

    Thank you for contacting Support.

     Please note that there is no built-in feature to send submission data to your own database but with a little workaround, it is possible to achieve your requirement. There are actually multiple options available to send your submission data to the database:

    1. You can enable Send Post Data in your form preferences and then redirect to your own thank you page where you can read the submission data and save it in your own database. The following guide should help you:  http://www.jotform.com/help/213-Send-POST-Data-From-JotForm-Using-PHP-in-Custom-Thank-You-Page 

    2. You may also like to check this which should help you: https://zapier.com/zapbook/jotform/mysql/4061/add-jotform-submissions-to-mysql/

    3.) How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    I hope this helps.

    Let us know if you need further assistance.