Directly recieve form data on click in our local database like "mssqlserver" text + images and other stuff

  • qualitypatchessw
    Asked on October 8, 2019 at 5:54 AM
    2.we can directly recieve form data on click in our local database like "mssqlserver" text + images and other stuff.thanks .
  • John_Benson
    Replied on October 8, 2019 at 6:02 AM

    Yes, that is possible here in JotForm. Please check this guide below for more information: https://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    Let us know if you need further help.

  • Kiran Support Team Lead
    Replied on October 8, 2019 at 8:21 AM

    *ok i'll understand this one hopely working fine with also in asp.net url !? *

    Yes. You may use any programming language and connect to your database.

    * one thing to know is that it will send images (multimedia) like stuff also or it will send only text data ??.*

    The data sent using POST data shall only be the text data. However, the file upload field data shall be sent with the links to the files uploaded.

    Thanks!