<?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 Tag: post fields - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/post-fields</link>
		<description>Gravity Support Forums Tag: post fields - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:34:16 +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/tags/post-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Zamir on "Use Gravity Forms to search for tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-forms-to-search-for-tags#post-320071</link>
			<pubDate>Thu, 13 Jun 2013 03:39:32 +0000</pubDate>
			<dc:creator>Zamir</dc:creator>
			<guid isPermaLink="false">320071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I am using GF &#34;Post Fields&#34; to create a form where users will create the WordPress posts (automatically published if user is logged in).&#60;/p&#62;
&#60;p&#62;Now, if I am to use GF for search as well, I understand I will use the &#34;Pass Field Data Via Query String&#34; option, and user will be re-directed to a page (or post), and the address of new page (or post) will contain all the tags the selected in the GF &#34;search&#34; form. Then I will manipulate the URL and form my WordPress search query and display the posts (search results for searched tags).&#60;/p&#62;
&#60;p&#62;I hope I understood correctly.&#60;/p&#62;
&#60;p&#62;My question: For search form, I'll again use the &#34;Post Fields&#34; with drop-down lists that will be identical to the ones I used to generate the content. Now, when I am using them for search, and user presses the &#34;Search&#34; button, and will be redirected to a page (or post), will it create another WordPress post as well? What I mean is, when I am trying to use GF as a &#34;search&#34; form, then I don't want to create new WP posts on result of the search queries.&#60;/p&#62;
&#60;p&#62;Do you understand what I am asking?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amuletts on "Entries do not post their data to Post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-do-not-post-their-data-to-post#post-303934</link>
			<pubDate>Wed, 05 Jun 2013 12:29:57 +0000</pubDate>
			<dc:creator>amuletts</dc:creator>
			<guid isPermaLink="false">303934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thankyou - that did help!&#60;/p&#62;
&#60;p&#62;Is there a way to post the 'field label' into the post as well? I mean, I can write them in but I would prefer if they did not show up unless that particular field has been filled in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webguync on "categories not displaying with category fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/categories-not-displaying-with-category-fields#post-286634</link>
			<pubDate>Wed, 29 May 2013 12:06:14 +0000</pubDate>
			<dc:creator>webguync</dc:creator>
			<guid isPermaLink="false">286634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have my categories all set up and the forms has several fields with the category post fields implemented and the 'select categories' button clicked and the proper categories selected. I am using the drop-down method, but also tried check boxes. When the form is submitted the post doesn't display the categories. All post show up as 'uncategorized'. How can I debug this? Seems like I am following everything correctly, but it just isn't working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PaulLeonard on "Upload Post Image button not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-post-image-button-not-working#post-268326</link>
			<pubDate>Wed, 22 May 2013 12:40:48 +0000</pubDate>
			<dc:creator>PaulLeonard</dc:creator>
			<guid isPermaLink="false">268326@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow David,&#60;/p&#62;
&#60;p&#62;Thanks. I don't know what happened there.&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Upload Post Image button not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-post-image-button-not-working#post-268184</link>
			<pubDate>Wed, 22 May 2013 11:13:28 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">268184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The reason the labels aren't showing:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;li {
	font-size:0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In your style.css file. Very strange rule.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PaulLeonard on "Upload Post Image button not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-post-image-button-not-working#post-268162</link>
			<pubDate>Wed, 22 May 2013 11:03:22 +0000</pubDate>
			<dc:creator>PaulLeonard</dc:creator>
			<guid isPermaLink="false">268162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David&#60;/p&#62;
&#60;p&#62;Here is the link &#60;a href=&#34;http://bit.ly/YZJnVC&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/YZJnVC&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Upload Post Image button not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-post-image-button-not-working#post-268034</link>
			<pubDate>Wed, 22 May 2013 09:42:45 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">268034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, please link to your form, as it is likely a theme CSS error causing your issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PaulLeonard on "Upload Post Image button not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-post-image-button-not-working#post-267800</link>
			<pubDate>Wed, 22 May 2013 07:39:56 +0000</pubDate>
			<dc:creator>PaulLeonard</dc:creator>
			<guid isPermaLink="false">267800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Thank you for the reply. That worked. :)&#60;/p&#62;
&#60;p&#62;However, when I have put the form onto the homepage where I need it, the text for the options don't show. I.E yes and no. and neither does the text just underneath the picture&#60;/p&#62;
&#60;p&#62;Any advice would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;If you need a link to the site; just let me know however it does involve sperm donation so you might be easily offended.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Upload Post Image button not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-post-image-button-not-working#post-266013</link>
			<pubDate>Tue, 21 May 2013 14:31:31 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">266013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would need to use Conditional logic for each of these cases. Create a HTML block with the HTML code for your unhappy face. Make it only show when any of the following are true: Q1 is no, Q2 is no, Q3 is no.&#60;/p&#62;
&#60;p&#62;Then have your questions show based on conditional logic where if Q1 is true, show Q2 and so on. Hope that helps!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PaulLeonard on "Upload Post Image button not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-post-image-button-not-working#post-266005</link>
			<pubDate>Tue, 21 May 2013 14:21:14 +0000</pubDate>
			<dc:creator>PaulLeonard</dc:creator>
			<guid isPermaLink="false">266005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I am new to all this, &#60;/p&#62;
&#60;p&#62;The Upload Post image button cannot be clicked.&#60;/p&#62;
&#60;p&#62;Basically, I have 2 images, one is a happy face and the other one is sad.&#60;/p&#62;
&#60;p&#62;What I do want to do is:&#60;br /&#62;
The Form only has 4 yes/no questions. &#60;/p&#62;
&#60;p&#62;If q1 is yes, then go to q2, if no, then show the sad face.&#60;br /&#62;
If q2 is yes, then go to q3, if no, then show the sad face.&#60;br /&#62;
If q3 is no, then go to q4, if yes, then show the sad face.&#60;br /&#62;
Q4 will be the final &#34;happy&#34; face based on the last selection&#60;/p&#62;
&#60;p&#62;I hope someone can help me sort this out.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
