<?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: Showing Group Fields in the post</title>
		<link>https://legacy.forums.gravityhelp.com/topic/showing-group-fields-in-the-post</link>
		<description>Gravity Support Forums Topic: Showing Group Fields in the post</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:13:33 +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/showing-group-fields-in-the-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Showing Group Fields in the post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/showing-group-fields-in-the-post#post-8917</link>
			<pubDate>Mon, 23 Aug 2010 10:38:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8917@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you would most likely want to use PHP to check if a value exists.  Gravity Forms stores custom fields in the standard custom field format when creating posts so to get help with how to display those custom fields pretty much any tutorial on using custom fields in WordPress will apply.&#60;/p&#62;
&#60;p&#62;Here is the Codex page on Custom Fields:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Custom_Fields&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Custom_Fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you only want to display the contents of the custom field if a value exists then you would want to wrap it in an if statement checking for a value.&#60;/p&#62;
&#60;p&#62;Also make sure you give each of your custom fields a custom field name in the Gravity Forms form editor.  This is used as the key to store the custom field and it's also the key you use when displaying custom fields using PHP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sriganesh on "Showing Group Fields in the post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/showing-group-fields-in-the-post#post-8902</link>
			<pubDate>Sun, 22 Aug 2010 21:38:20 +0000</pubDate>
			<dc:creator>sriganesh</dc:creator>
			<guid isPermaLink="false">8902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have read about the possibility of Group Fields using Conditional Logic from these posts&#60;br /&#62;
&#60;a href=&#34;http://forum.gravityhelp.com/topic/is-this-possible&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/is-this-possible&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forum.gravityhelp.com/topic/group-fields&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/group-fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have created a form which collects the list of events.&#60;br /&#62;
Here is its structure&#60;/p&#62;
&#60;p&#62;Event #1&#60;br /&#62;
-Description for Event #1&#60;br /&#62;
-Rules for Event #1&#60;br /&#62;
-Deadline for Event #1&#60;br /&#62;
-Contact for Event #1&#60;/p&#62;
&#60;p&#62;Event #2&#60;br /&#62;
-Description for Event #2&#60;br /&#62;
-Rules for Event #2&#60;br /&#62;
-Deadline for Event #2&#60;br /&#62;
-Contact for Event #2&#60;/p&#62;
&#60;p&#62;etc&#60;/p&#62;
&#60;p&#62;I collect this using custom fields and I have included a check box at the end of each event,  whether to add a new event. If Yes, the other set of fields would be shown to the user.&#60;/p&#62;
&#60;p&#62;How could I display these custom fields on the post ? &#60;/p&#62;
&#60;p&#62;Should it be like, if this field exists then show the value of that field ?&#60;/p&#62;
&#60;p&#62;Or else, is there an easier way like making the custom field names regularized (eventname1,eventdesc1,eventrules1..... eventname2,eventdesc2,eventrules2.... etc)&#60;br /&#62;
and display them like&#60;/p&#62;
&#60;p&#62;for i=1 to last&#60;br /&#62;
display eventname(i) , event desc(i) , event rules(i) ....&#60;br /&#62;
i++;&#60;br /&#62;
end&#60;/p&#62;
&#60;p&#62;This is purely php question I guess.&#60;br /&#62;
Any help would be appreciated.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
