3 related questions regarding form loading and data managing.

  • kakaka
    Asked on January 10, 2019 at 2:27 AM

    Good day! I have 3 related questions: 1. Is it possible to write data that is sent via the feedback form to a table or database. So as not to create this database yourself. I don't have the knowledge for that. The purpose is: filtering records, sorting, deleting, calculation of totals, arithmetic operations, output of data processing results to the site. 2. For example, I'll use the method posted on the site and resource code. Will the code work autonomously from your service? For example, if you delete your account or feedback form. 3. If Autonomous work is possible, then the variant of realization from point 1-will also work autonomously?

  • Nik_C
    Replied on January 10, 2019 at 4:17 AM

    There is a way to integrate your submission data with the database, you can check this guide: https://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    It requires a bit of knowledge about MYSQL and PHP to implement such a solution.

    You could integrate your form with Spreadsheet as well: https://www.jotform.com/help/228-How-to-Integrate-Forms-with-Google-Sheets

    And do the filtering, calculations there.

    Regarding 2) and 3), the form is loaded from our servers and all services as well, you don't have to store it elsewhere if that is what you had in mind?

    Let us know if you have any further questions.

    Thank you!