Can I push my submission data into a database?

  • Samantha Scott
    Asked on December 19, 2016 at 3:37 PM
    All of the field entries should be able to feed into a data table in
     case we want to compile into other formats
  • Support_Management Jotform Support
    Replied on December 19, 2016 at 3:51 PM

    I'm afraid we didn't fully understand your question - When you said data table, did you mean a database of sort?

    If you're using MySQL as your database, then there's a way to push Submission Data to your database with a bit of PHP. We have a very detailed guide on how to achieve that too on this page: How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP 

    As a gentle reminder, you (or your developer) would need to have a basic understanding of MySQL/PHP in order to set this up.