<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Data Storage and manipulation.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/data-storage-and-manipulation</link>
		<description>Gravity Support Forums Topic: Data Storage and manipulation.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:07:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/data-storage-and-manipulation" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Data Storage and manipulation."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-storage-and-manipulation#post-38424</link>
			<pubDate>Thu, 20 Oct 2011 10:14:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38424@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the  &#60;em&#62;prefix&#60;/em&#62;_rg_* tables in the database store all the information about individual forms and entries.&#60;/p&#62;
&#60;p&#62;There is not a new table for each form. Information about each form is stored in _rg_form and _rg_form_meta.  There is one record per form in each of those tables.  The information stored in the _rg_form_meta table is stored in a serialized array.   There's no reason to change this.&#60;/p&#62;
&#60;p&#62;Gravity Forms has a ton of hooks, filters and functions available for getting the data about leads (the entries) and forms out of the database.  There's normally no reason to manipulate the database directly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WordpressDeveloper on "Data Storage and manipulation."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-storage-and-manipulation#post-38413</link>
			<pubDate>Thu, 20 Oct 2011 06:25:55 +0000</pubDate>
			<dc:creator>WordpressDeveloper</dc:creator>
			<guid isPermaLink="false">38413@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I was curious about how Gravity forms Stores data. I was actually lucky enough to be able to view a wordpress site which uses the plugin. However when looking at the MySQL databases in the backend I struggled to find user inputted data. I could see this on the wordpress dashboard and I know a requirement of Gravity forms installation is a MySQL database. However as I am not the original developer of the site I am not sure on the specifics. I assume the tables with the wp_rg_prefix store the meta data of the forms? &#60;/p&#62;
&#60;p&#62;If I created a form named x with a field for email address, which table would store that data specifically? I believe Gravitys backend tables store the data in a more 'meta' fashion and dont create a new table for each new form, rather they do something where all similar types of data are grouped into tables? If I used Gravity forms on a site I created, would I be able to change this?&#60;/p&#62;
&#60;p&#62; I wouldnt be able to do more than just view what the other developer did so I cant test but I thought I would ask here. Eventually I may want to write php code to manipulate the data gathered in through forms, but if the data is stored in such a meta fashion this would be difficult. As you can probably tell im new to wordpress but I am more comfortable with PHP development. My first hurdle is figuring out how Gravity forms store specific bits of data which are user inputted?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
