I would like to create a MySQL data record for each request?

  • StephanFletcher
    Asked on March 17, 2016 at 2:25 PM

    The 2nd item is I would like to create a MySQL data record for each request.

    What I am doing is building a maintenance request app just simple where they can review then update a status so that they can keep track of active vs. in-active, etc.

  • Kiran Support Team Lead
    Replied on March 17, 2016 at 2:37 PM

    I understand that you want to store the form submitted data to a MySQL database. It is possible to connect to a MySQL database and by enabling POST data to send.

    Please refer to the guide below that can help you with sending form submission data to MySQL database using PHP.

    http://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    Hope this information helps! If you are referring to something different or need any further assistance, please let us know. We will be happy to assist.