How to send 2 different form submissions to one database?

  • ckhasna
    Asked on June 7, 2017 at 1:02 PM

    Hi,

    I Would like the create a form but I want to save the submission in save database for both of them. My company website is English and Arabic and I will you a submission counter. I will create a for in 2 languages English and Arabic. I don't need to use a translation feature. Mean one form has 2 interfaces but back end database is same. So someone does submissions in Arabic or English submission count will be updated.

  • Kiran Support Team Lead
    Replied on June 7, 2017 at 2:08 PM

    I understand that you want to create two different forms with different languages and when the form has submitted the data to be stored in the same database. Unfortunately, it is not possible to send different form submissions to a single form. However, you may consider setting up an external database and send the form submissions to it by using POST method. Please refer to the guide below that can help you with sending the form submissions to MySQL database.

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

    Hope this information helps! Please give it a try and let us know if you need any further assistance. We will be happy to assist.