Are there any options to point this to our own database?

  • jaykapalczynski
    Asked on June 2, 2016 at 4:32 PM

    Are there any options to point this to our own database?

  • Kevin Support Team Lead
    Replied on June 2, 2016 at 5:50 PM

    If you're looking to send submitted data to your database, then it is possible to achieve, here is a guide that will help you to achieve that: How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    Do note that if you're not using a MySQL database you will need to use other options to send the data sent as POST from the form. 

    Hope this helps.

  • jaykapalczynski
    Replied on June 3, 2016 at 9:45 AM
    What about sending to SQL db
    Thanks
    Jay
    Jay Kapalczynski
    GIS Coordinator - Virginia Department of Game & Inland Fisheries
    (new address) 7870 Villa Park Drive Suite 400, Henrico VA 23228
    Phone: 804.367.6796 | Fax: 804.367.2628
    ü Please consider the environment before printing this email.
    ...
  • Charlie
    Replied on June 3, 2016 at 10:53 AM

    Yes, you should still be able to send the submission data to SQL database as long as you can fetch the data sent using the POST method.

    You might need to hire a developer about this setup. If you are familiar with our API, then you can also fetch the submission data using that method and directly store them in your SQL database. You can check our API documentation here: http://api.jotform.com/ 

    I hope that helps.