<?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: Using a form in post/page content</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-a-form-in-postpage-content</link>
		<description>Gravity Support Forums Topic: Using a form in post/page content</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:57:21 +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/using-a-form-in-postpage-content" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Using a form in post/page content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-form-in-postpage-content#post-118385</link>
			<pubDate>Thu, 10 Jan 2013 07:27:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">118385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would apply the custom CSS class to the form.  Then, in your stylesheet, make sure you target the form with the custom CSS class only when it's in a page, or in a sidebar.  So, your rules might look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .page-id-6371 .gform_wrapper {
  /* custom CSS rules here */
}

/* or */
body .sidebar .gform_widget {
  /* custom CSS rules here */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Basically, find something that is unique to the page so you can make your rules specific enough to target them just where you want the styles applied.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John Murray on "Using a form in post/page content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-a-form-in-postpage-content#post-118110</link>
			<pubDate>Thu, 10 Jan 2013 01:16:55 +0000</pubDate>
			<dc:creator>John Murray</dc:creator>
			<guid isPermaLink="false">118110@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to use a form with post/page content where the content floats around the form.  I think this can be done by using a custom class and some CSS, but I may want to use the same form on its own without the post/page content floating, or in a sidebar.  Any custom class I add would apply to all instances of the form.  Is it possible to add a custom class via a shortcode parameter or some other means?  Is there any other way to control when the custom class is applied so that I don't have to have 2 forms for every situation where I want this control?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
