<?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: Export Post Body and Post Link</title>
		<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link</link>
		<description>Gravity Support Forums Topic: Export Post Body and Post Link</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:34:10 +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/export-post-body-and-post-link" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Export Post Body and Post Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link#post-33589</link>
			<pubDate>Thu, 25 Aug 2011 16:51:24 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You may be able to hack the export.php file to add the additional options, i'm not 100% sure if that data is included in the array that is returned but you can certainly give it a try.  As I mentioned we can look at adding this as a feature in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madamelolo on "Export Post Body and Post Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link#post-33559</link>
			<pubDate>Thu, 25 Aug 2011 13:13:51 +0000</pubDate>
			<dc:creator>madamelolo</dc:creator>
			<guid isPermaLink="false">33559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi again Carl,&#60;br /&#62;
wondering if doing an edit on the export php file would be the right way  adding post id to the default fields:&#60;/p&#62;
&#60;p&#62;//adding default fields&#60;br /&#62;
        array_push($form[&#34;fields&#34;],array(&#34;id&#34; =&#38;gt; &#34;id&#34; , &#34;label&#34; =&#38;gt; __(&#34;Entry Id&#34;, &#34;gravityforms&#34;)));&#60;br /&#62;
        array_push($form[&#34;fields&#34;],array(&#34;id&#34; =&#38;gt; &#34;date_created&#34; , &#34;label&#34; =&#38;gt; __(&#34;Entry Date&#34;, &#34;gravityforms&#34;)));&#60;br /&#62;
        array_push($form[&#34;fields&#34;],array(&#34;id&#34; =&#38;gt; &#34;ip&#34; , &#34;label&#34; =&#38;gt; __(&#34;User IP&#34;, &#34;gravityforms&#34;)));&#60;br /&#62;
        array_push($form[&#34;fields&#34;],array(&#34;id&#34; =&#38;gt; &#34;source_url&#34; , &#34;label&#34; =&#38;gt; __(&#34;Source Url&#34;, &#34;gravityforms&#34;)));&#60;br /&#62;
        array_push($form[&#34;fields&#34;],array(&#34;id&#34; =&#38;gt; &#34;payment_status&#34; , &#34;label&#34; =&#38;gt; __(&#34;Payment Status&#34;, &#34;gravityforms&#34;)));&#60;br /&#62;
        array_push($form[&#34;fields&#34;],array(&#34;id&#34; =&#38;gt; &#34;payment_date&#34; , &#34;label&#34; =&#38;gt; __(&#34;Payment Date&#34;, &#34;gravityforms&#34;)));&#60;br /&#62;
        array_push($form[&#34;fields&#34;],array(&#34;id&#34; =&#38;gt; &#34;transaction_id&#34; , &#34;label&#34; =&#38;gt; __(&#34;Transaction Id&#34;, &#34;gravityforms&#34;)));
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madamelolo on "Export Post Body and Post Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link#post-33496</link>
			<pubDate>Wed, 24 Aug 2011 17:56:36 +0000</pubDate>
			<dc:creator>madamelolo</dc:creator>
			<guid isPermaLink="false">33496@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl, but as I definitely don't master the query beast, would it be possible to get the full query from your lead developer when he gets back ?&#60;br /&#62;
Do you know when he gets ack as well ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Export Post Body and Post Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link#post-33489</link>
			<pubDate>Wed, 24 Aug 2011 17:29:51 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You'd have to look in the rg_lead table and the rg_lead_detail table and find the data.  I don't know off the top of my head exactly where in the database this is going to be stored and our lead developer isn't currently available to answer this question.  Technically yes you could do this but it would be done as a customization.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madamelolo on "Export Post Body and Post Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link#post-33482</link>
			<pubDate>Wed, 24 Aug 2011 17:20:10 +0000</pubDate>
			<dc:creator>madamelolo</dc:creator>
			<guid isPermaLink="false">33482@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl is there a way via a database query to get the post ID ? If so could you help me define it ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Export Post Body and Post Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link#post-33473</link>
			<pubDate>Wed, 24 Aug 2011 16:51:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33473@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently it's not a feature of the export.  We can look at adding it in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madamelolo on "Export Post Body and Post Link"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-post-body-and-post-link#post-33465</link>
			<pubDate>Wed, 24 Aug 2011 15:58:49 +0000</pubDate>
			<dc:creator>madamelolo</dc:creator>
			<guid isPermaLink="false">33465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I am using Gravity form to create new posts via the Post Body field.&#60;/p&#62;
&#60;p&#62;I would need to export to csv the the link to the post attached to each entry, but when i use the export tool it  doesn't show,and Post Body column is empty , though when i open each entry the URL to the post is attached.&#60;/p&#62;
&#60;p&#62;How could I do so ?&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
