How to access the database to perform our own commands?

  • Laurens Gregoir
    Asked on September 8, 2016 at 9:46 AM
    access the database to perform our own commands?
  • John_Benson
    Replied on September 8, 2016 at 11:49 AM

    You can view the form submissions in the Submissions page. Here's a guide: https://www.jotform.com/help/269-How-to-View-Form-Submissions

    It is possible to connect your form to a MySQL database using PHP. You need to have knowledge in PHP programming for that. Please check this guide: How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    You might also want to check JotForm Webhooks. Please check this blog post: Send-Instant-Submission-Notifications-with-Webhooks. You can find Webhooks example on this guide: Webhook-PHP-Script-Examples

    If you need further assistance, please let us know. We will be happy to assist you.

  • Laurens Gregoir
    Replied on September 12, 2016 at 2:46 AM
    Hi John,
    Thank you for the swift response.
    Is it also possible to use MS SQL 2012/ 2016 together with ASP and C#/ WEB MVC?
    Thank you & sincerely,
    [cid:image001.jpg@01D1C65C.A0D43E10]
    Laurens GREGOIR
    IT Engineer
    Euronav NV
    Phone +32 3 247 44 26
    Mobile +32 473 21 00 87
    it@euronav.com
    www.euronav.com
    P Please consider the environment before printing this e-mail
    ...
  • Chriistian Jotform Support
    Replied on September 12, 2016 at 4:45 AM

    You can try to use the send post data feature in JotForm. The feature basically posts the data entered on the form to the Thank You page on your own site where you can use server side programming to process the order on your own database. For more information, you can check this article: How to Post Submission Data to Thank You Page.