Hello @benlashley80
The commercial editions of the plugin store all data submitted via the form in your website’s database. You can access this data through the “Calculated Fields Form > Entries” menu option (https://cff.dwbooster.com/documentation#check-submissions). This section also allows you to export submissions to a CSV file, which can be used with Excel, Google Sheets, or any other spreadsheet program.
If you want to store the data collected by the form in another database or custom tables, or generate additional files, you can do so using the “cp_calculatedfieldsf_insert_in_database.php” file included with the Developer and Platinum versions of the plugin. For more information, please refer to https://cff.dwbooster.com/documentation#third-party-database.
Finally, if you want to append the data directly into a CSV file instead of doing it manually by pressing a button in the “Entries” section, you can activate the “CFV – Generator” add-on distributed with the plugin Platinum version ( https://cff.dwbooster.com/blog/2020/06/01/csv-generator-google-sheet )
Best regards.