Input form fields in local database

Hi everyone,

I hope you are doing alright.

I am looking to input the fields of form’s entries in a SQLite 3 database file stored in my PC and created with Python. Could anyone please help me? Anything will be much appreciated.

Greetings,

Paco

Gravity Forms doesn’t support storing the entries in a custom database out of the box. But you can you use the following hook which gives you access to all the data submitted in $entry to create your own custom PHP code to save the data anywhere: gform_after_submission - Gravity Forms Documentation

This documentation also shows you how to get the data from $entry: Entry Object - Gravity Forms Documentation

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.