<?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: raw data from Form entry object</title>
		<link>https://legacy.forums.gravityhelp.com/topic/raw-data-from-form-entry-object</link>
		<description>Gravity Support Forums Topic: raw data from Form entry object</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:22:33 +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/raw-data-from-form-entry-object" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "raw data from Form entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/raw-data-from-form-entry-object#post-324226</link>
			<pubDate>Fri, 14 Jun 2013 22:49:43 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">324226@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good stuff! Thanks for sharing the finished product. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norcross on "raw data from Form entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/raw-data-from-form-entry-object#post-324097</link>
			<pubDate>Fri, 14 Jun 2013 21:53:19 +0000</pubDate>
			<dc:creator>norcross</dc:creator>
			<guid isPermaLink="false">324097@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Golden. That got me most of the way there. Since I only cared about fields that actually had data, this is how I got it: &#60;a href=&#34;https://gist.github.com/norcross/5786457&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/norcross/5786457&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "raw data from Form entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/raw-data-from-form-entry-object#post-323702</link>
			<pubDate>Fri, 14 Jun 2013 17:18:46 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">323702@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Andrew,&#60;/p&#62;
&#60;p&#62;Not exactly. The &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Entry_Object&#34; rel=&#34;nofollow&#34;&#62;$entry object&#60;/a&#62; will get you most of the way there with an 'input_id' =&#38;gt; 'value' pair for every submitted value on the form (including a few non-field based items as well).&#60;/p&#62;
&#60;p&#62;If you need to get the $field object for each of these values, you'll want to loop through the $form object's (which is the second parameter passed in the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_entry_created&#34; rel=&#34;nofollow&#34;&#62;gform_entry_created&#60;/a&#62; hook) 'fields' property and find each field based on the input_id provided in the $entry object.&#60;/p&#62;
&#60;p&#62;Psuedo-code: &#60;a href=&#34;http://snippi.com/s/uhgrmk5&#34; rel=&#34;nofollow&#34;&#62;http://snippi.com/s/uhgrmk5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Edit:&#60;/strong&#62; Forgot to mention, this will get you the &#34;top level&#34; field. If you're working with checkbox fields, this just gets you the field that contains those options. If you need the individual &#34;input&#34; settings, you'll want to drill down into the &#34;inputs&#34; property for for that specific field (i.e. $field['inputs']).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norcross on "raw data from Form entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/raw-data-from-form-entry-object#post-323330</link>
			<pubDate>Fri, 14 Jun 2013 13:24:13 +0000</pubDate>
			<dc:creator>norcross</dc:creator>
			<guid isPermaLink="false">323330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am working on a plugin that will take a form submission and create a task in Asana via their API. I currently have a working model, but it doesn't get the entire data set, just the items from the &#60;code&#62;get_grid_columns&#60;/code&#62; function.&#60;/p&#62;
&#60;p&#62;is there a straightforward way to get each field =&#38;gt; value pair in a single array that I can then manipulate? not the entire form (which includes form IDs, etc) but just the actual entry fields, which all have a numeric key in the object. I'd prefer no HTML, since Asana can't take HTML, but I'll work with it if that's all I can get.&#60;/p&#62;
&#60;p&#62;FWIW, I'm using the &#60;code&#62;gform_entry_created&#60;/code&#62; hook, but I have no issue using another hook / filter if that will give me what I need.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
