Save form data to mysql

  • Our_Memories
    Asked on August 4, 2020 at 5:29 AM

    Can the data from forms I create feed into my website's mysql database?

     

  • Bojan Support Team Lead
    Replied on August 4, 2020 at 7:03 AM

    You are able to enter a custom page as a thank you page, where you will save the information.

    Please note that JotForm will send the form data using the Post method, you need to write the code to accept it, and save it.

    To get started, enable Send Post Data from the form settings:

    Save form data to mysql Image 1 Screenshot 30

    Then you need to paste the URL of a page with the code in the thank you page:

    Save form data to mysql Image 2 Screenshot 41

    You can click here for detailed instructions with the PHP examples.

    Let us know if you have any additional questions.