Gravity Forms stores data in it's own database tables. It doesn't save to existing tables or another MySQL database. It has it's own database tables in your WordPress database that it interacts with.
It is possible to make a form store data in another database as well, however that is a customization and requires you to use available API hooks to write custom code to store the data in the custom tables or database. It isn't something it does out of the box, it can only be done using the available API hooks.
Posted 13 years ago on Thursday February 24, 2011 |
Permalink