<?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: Inserting a wordpress page into a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/inserting-a-wordpress-page-into-a-form</link>
		<description>Gravity Support Forums Topic: Inserting a wordpress page into a form</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 22:09:46 +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/inserting-a-wordpress-page-into-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Inserting a wordpress page into a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-a-wordpress-page-into-a-form#post-114099</link>
			<pubDate>Fri, 04 Jan 2013 17:35:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">114099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use a shortcode in an HTML block in your form, to pull in a post if you want.  I used this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/ggis-inline-post/other_notes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/ggis-inline-post/other_notes/&#60;/a&#62;  It's old and out of date but it is working with the latest Gravity Forms and WordPress.&#60;/p&#62;
&#60;p&#62;I inserted this into an HTML block in my form:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;### Begin inclusion of post 518 ###

[ggisinlinepost id=&#38;quot;518&#38;quot;]

### End inclusion of post 518 ###&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see the original post # 518 here:&#60;br /&#62;
&#60;a href=&#34;http://gravity.chrishajer.com/2011/12/26/fake-news-story/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/2011/12/26/fake-news-story/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see how that post is now included inside this Gravity Form:&#60;br /&#62;
&#60;a href=&#34;http://gravity.chrishajer.com/include-a-post-within-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/include-a-post-within-a-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does that accomplish what you're looking to do?  There are a few options you can use with the [ggisinlinepost] shortcode to suppress the meta information, the post title, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Inserting a wordpress page into a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-a-wordpress-page-into-a-form#post-113509</link>
			<pubDate>Fri, 04 Jan 2013 01:11:24 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">113509@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This just takes the Post/Page ID and automatically adds it to the HTML field. So if it is post lorem-ipsum it adds lorem-ipsum to the content of the HTML block, not the actually details of the post, just its ID.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>divyabh on "Inserting a wordpress page into a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-a-wordpress-page-into-a-form#post-113404</link>
			<pubDate>Thu, 03 Jan 2013 23:11:54 +0000</pubDate>
			<dc:creator>divyabh</dc:creator>
			<guid isPermaLink="false">113404@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you select the standard fields - HTML.  within that field in the Content section, there is a drop down. One of the items in the drop down is  embed Post/ Page ID. what does this do and how do you use this?&#60;/p&#62;
&#60;p&#62;Can you share php code for pulling a wordpress post/ page into Gravity forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Inserting a wordpress page into a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-a-wordpress-page-into-a-form#post-113078</link>
			<pubDate>Thu, 03 Jan 2013 11:04:19 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">113078@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not sure what you mean by the embed_post in the HTML field. You can't pull a WordPress post into a Gravity Forms field without using PHP to do so using one of our hooks. Can you give me more information about what you are looking to do and why?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>divyabh on "Inserting a wordpress page into a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-a-wordpress-page-into-a-form#post-113067</link>
			<pubDate>Thu, 03 Jan 2013 10:30:13 +0000</pubDate>
			<dc:creator>divyabh</dc:creator>
			<guid isPermaLink="false">113067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I recently bought gravity forms and its great!. I am trying to embedd the contents of a wordpress page into the form. Their is something called embed_post in the html field. how does that work? can I get this done or not?&#60;/p&#62;
&#60;p&#62;Divyabh
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
