Where is the data stored? How can I access the data table where all of the user data is stored as it doesnt show up in the wordpress user back end.
any thanks!!
Where is the data stored? How can I access the data table where all of the user data is stored as it doesnt show up in the wordpress user back end.
any thanks!!
Gravity Forms stores entry data in it's own database tables. They begin with the prefix rg_ and there are a few of them.
I'm not sure what user data you are referring to. Gravity Forms doesn't store user data. If you are using Gravity Forms and the User Registration Add-On to register users the users are created in WordPress itself in the wp_user table.
Thanks Carl, so to clear this up I need the user registration add on. Then I can grab that data from the wordpress table. Thanks!