<?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: Post submission hook and the entry object</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-submission-hook-and-the-entry-object</link>
		<description>Gravity Support Forums Topic: Post submission hook and the entry object</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 07:50:52 +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/post-submission-hook-and-the-entry-object" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Post submission hook and the entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-submission-hook-and-the-entry-object#post-35637</link>
			<pubDate>Mon, 19 Sep 2011 10:17:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Outstanding.  Glad you were able to resolve that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kpince on "Post submission hook and the entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-submission-hook-and-the-entry-object#post-35628</link>
			<pubDate>Mon, 19 Sep 2011 07:44:12 +0000</pubDate>
			<dc:creator>kpince</dc:creator>
			<guid isPermaLink="false">35628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi;&#60;/p&#62;
&#60;p&#62;Thanks for the nice reply !&#60;/p&#62;
&#60;p&#62;It was a stupid mistake on my part. I was assuming that the entry ID's were in succession where as they weren't as I deleted and recreated fields when building the form.&#60;/p&#62;
&#60;p&#62;Using print_r($entry,TRUE) showed me where the problem was.&#60;/p&#62;
&#60;p&#62;Thank you once more..&#60;/p&#62;
&#60;p&#62;Solved !&#60;/p&#62;
&#60;p&#62;Cheers !&#60;/p&#62;
&#60;p&#62;KP
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Post submission hook and the entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-submission-hook-and-the-entry-object#post-35612</link>
			<pubDate>Sun, 18 Sep 2011 21:39:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you dump the entry object using print_r($entry) or equivalent, what does the object contain?&#60;/p&#62;
&#60;p&#62;If you want to mail the object to yourself, rather than output it in the page, you can do this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
wp_mail(&#38;#39;youremail@example.com, &#38;#39;Email Subject&#38;quot;, print_r($entry,TRUE));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will send the print_r to your email rather than dump it in the page.  If you choose to dump it in the page, you can always surround it with comment markup so it's not displayed.  In your function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
echo &#38;quot;&#38;lt;!-- &#38;quot; . print_r($entry,TRUE) . &#38;quot; --&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kpince on "Post submission hook and the entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-submission-hook-and-the-entry-object#post-35611</link>
			<pubDate>Sun, 18 Sep 2011 21:27:38 +0000</pubDate>
			<dc:creator>kpince</dc:creator>
			<guid isPermaLink="false">35611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi;&#60;/p&#62;
&#60;p&#62;I'm trying to use the post submission hook to manipulate data collected by a multi page form. When I use the entry object  to retrieve the data, I get all the inputs on the first page but not the ones on the second and third pages:&#60;/p&#62;
&#60;p&#62;$entry[&#34;0&#34;], $entry[&#34;1&#34;], $entry[&#34;2&#34;] are on the first page and the input values are retrieved fine. $entry[&#34;3&#34;], $entry[&#34;4&#34;], $entry[&#34;5&#34;] are on the second and final page but none are retrieved for some reason.&#60;/p&#62;
&#60;p&#62;I failed to locate any info on this in the docs or the forums.&#60;/p&#62;
&#60;p&#62;Thanks in advance for the help !&#60;/p&#62;
&#60;p&#62;KP
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
