• Resolved benlashley80

    (@benlashley80)


    Hello, is there a way to create a server side txt file and write the form to the txt file on submit or on a button press within an html form field?

    Also is there a way to submit selected form fields to an sql database on server side?

    thanks!!

    • This topic was modified 1 year, 2 months ago by benlashley80.
    • This topic was modified 1 year, 2 months ago by benlashley80.
Viewing 1 replies (of 1 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    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.

Viewing 1 replies (of 1 total)

The topic ‘write to server side text file?’ is closed to new replies.