<?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: Can one hide the post body field from the form on the front end of a site?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site</link>
		<description>Gravity Support Forums Topic: Can one hide the post body field from the form on the front end of a site?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:53:42 +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/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-12762</link>
			<pubDate>Tue, 16 Nov 2010 11:33:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">12762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@danielck Because some people still want to use the Post Body field for the main Post Body content and then insert other field values, primarily Post Image content into the body of the post.  But with the Content Template you have complete control so you have to tell it to insert the value of that field. What we will probably do is default the Content Template so by default it has the form field variable for the Post Body field pre-populated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielck on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-12746</link>
			<pubDate>Tue, 16 Nov 2010 05:28:06 +0000</pubDate>
			<dc:creator>danielck</dc:creator>
			<guid isPermaLink="false">12746@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is what I don't get with the Post Body Template thing. If I'm using the Template feature, why is the body field visible at all in the first place? Whatever the user inputs in the field gets overridden (in the generated post) by the contents of the template anyway. Is there a way to generate the contents of the post without the need for the body field? Like with a hook or something?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5233</link>
			<pubDate>Tue, 04 May 2010 09:25:48 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">5233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5228</link>
			<pubDate>Tue, 04 May 2010 04:40:02 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">5228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex - This worked perfectly! Awesome, thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5223</link>
			<pubDate>Mon, 03 May 2010 22:33:56 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">5223@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Superb. Thanks Alex. Will try this out tonight. Richard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5222</link>
			<pubDate>Mon, 03 May 2010 22:21:03 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">5222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard,&#60;br /&#62;
Actually, this can be done with CSS. You need to do the following:&#60;/p&#62;
&#60;p&#62;1- In your post body field editor, enter a Css Class Name in the advanced tab&#60;br /&#62;
(i.e.  post_body_hidden)&#60;/p&#62;
&#60;p&#62;2- Add the following line of code to your theme's style.css&#60;br /&#62;
.post_body_hidden{display:none}&#60;/p&#62;
&#60;p&#62;Let me know if you have issues with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5196</link>
			<pubDate>Mon, 03 May 2010 15:43:19 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">5196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex&#60;/p&#62;
&#60;p&#62;The jQuery technique sounds perfect. I've not built the form yet as I was keen first to know whether this was possible. Is there any chance you could post the jQuery here please and tell me where to put it? I should be able to sort it out.&#60;/p&#62;
&#60;p&#62;Thanks for your help&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5182</link>
			<pubDate>Mon, 03 May 2010 11:10:34 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">5182@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard,&#60;br /&#62;
In order to create a post, GF requires that a form has a post title or a post body field. If your form has the post title field, you can just remove the post body from the form. If post body is your only post field, you will need to keep it. What you can do is hide it with jQuery. If that is acceptable, send me a link to your form and I will give you a code snippet to hide the field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5180</link>
			<pubDate>Mon, 03 May 2010 07:12:32 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">5180@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks. Good idea. I'm still keen to know whether the GF team can suggest another solution by which I can hide the post body field though...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can one hide the post body field from the form on the front end of a site?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-one-hide-the-post-body-field-from-the-form-on-the-front-end-of-a-site#post-5173</link>
			<pubDate>Sun, 02 May 2010 21:59:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you don't want to go with the post template, Alex posted recently about prepending some text to the form submission.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/insert-shortcode-in-post-body#post-5119&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/insert-shortcode-in-post-body#post-5119&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you can prepend or append the text to the submission, then this would work.  If you need your standard text in the middle of the submitted form data, this would not work so simply.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
