How can I export the data collected in the forms into a database?

  • jottley
    Asked on February 4, 2016 at 11:58 AM
  • Huberson
    Replied on February 4, 2016 at 12:17 PM

    Hello,

    If you need the submitted data from form into a database, you can create a PHP script to access them via the 'POST' method, then insert them to the database.

    Please take a look at it this guide. It has some good details on how to achieve this.

    Please let me know if you need further assistance and/or clarification.