<?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: Retrieving form data with php</title>
		<link>https://legacy.forums.gravityhelp.com/topic/retrieving-form-data-with-php</link>
		<description>Gravity Support Forums Topic: Retrieving form data with php</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:49:55 +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/retrieving-form-data-with-php" rel="self" type="application/rss+xml" />

		<item>
			<title>michaelbyrd123 on "Retrieving form data with php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieving-form-data-with-php#post-13293</link>
			<pubDate>Wed, 24 Nov 2010 20:34:41 +0000</pubDate>
			<dc:creator>michaelbyrd123</dc:creator>
			<guid isPermaLink="false">13293@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I'm gonna go ahead and take your advice and create a separate table.  Now That I think about it, with all my other forms I'll be doing alot of unnecesary queries if I do it this way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>urmedia on "Retrieving form data with php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieving-form-data-with-php#post-13290</link>
			<pubDate>Wed, 24 Nov 2010 20:27:42 +0000</pubDate>
			<dc:creator>urmedia</dc:creator>
			<guid isPermaLink="false">13290@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;if you have multiple forms being saved then it might not be the best option.  Depending how big your website data grows to based on form data, I would probably optimize the database a bit by creating a seperate table.&#60;/p&#62;
&#60;p&#62;You would want to do this from within MySQL, however.  Otherwise you'll be messing around with GF in order to send the data to a different location (unless you output it to a different page and store from there).&#60;/p&#62;
&#60;p&#62;For a larger database it will be easier to manage the primary keys, indexes, and so on in a seperate table.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelbyrd123 on "Retrieving form data with php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieving-form-data-with-php#post-13289</link>
			<pubDate>Wed, 24 Nov 2010 20:19:16 +0000</pubDate>
			<dc:creator>michaelbyrd123</dc:creator>
			<guid isPermaLink="false">13289@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;I ended up directly grabbing the information straight from the gravity lead, and lead detail table, and parsing the entries into individual rows from there.  Is there anything wrong with this approach, or would it be better to create a separate database, and use the form redirect?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>urmedia on "Retrieving form data with php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieving-form-data-with-php#post-13287</link>
			<pubDate>Wed, 24 Nov 2010 19:51:59 +0000</pubDate>
			<dc:creator>urmedia</dc:creator>
			<guid isPermaLink="false">13287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use PHP to retrieve data from MySQL like any other approach.&#60;/p&#62;
&#60;p&#62;Gravity forms saves the data as a post, or other format...but&#60;/p&#62;
&#60;p&#62;It also allows you to redirect the form data, on submit, as form variables to another page instead of directly placing it in the database.  You could then use the variables to do anything you like.  Toss in some Ajax to add the data to your calendar database and the client will be none-the-wiser.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelbyrd123 on "Retrieving form data with php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/retrieving-form-data-with-php#post-13280</link>
			<pubDate>Wed, 24 Nov 2010 18:41:28 +0000</pubDate>
			<dc:creator>michaelbyrd123</dc:creator>
			<guid isPermaLink="false">13280@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any clean function or anything for retrieving form data?  I need to use submitted forms to populate a calendar with the results, and am new to gravity forms.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
