Is it possible to send data from JotForm to SQL?

  • MCAPPAI
    Asked on June 11, 2020 at 2:05 PM

    Hi, is it possible to integrate data from my sql with jotform ?


    Thank you


  • Kevin Support Team Lead
    Replied on June 11, 2020 at 3:14 PM

    You can export the data to SQL with the following app: https://www.jotform.com/integrations/microsoft-sql-server-export

    However, this does not allow to send the data upon each submission, but here is an alternative using Zapier: https://zapier.com/apps/jotform/integrations/sql-server 

    I hope this helps. 

  • MCAPPAI
    Replied on June 11, 2020 at 4:05 PM

    Sorry i explaind it the wrong way, we have already exported the data using zapier, but now we need to import them from our SQl to Jotform.

     

    We need to import information directly from SQL server to jotform

    Thanks

  • Kevin Support Team Lead
    Replied on June 11, 2020 at 5:30 PM

    Unfortunately, it's not possible to import data directly from an SQL file; however, you can import data using the following options:

    - The import app that requires an Excel or CSV file: https://www.jotform.com/integrations/import-data 

    - Develop a code to insert the submissions using our API, you can find more information about our API here: http://api.jotform.com/docs/#post-form-id-submissions

    Thanks.