<?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: Custom Filter to display a custom form field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-filter-to-display-a-custom-form-field</link>
		<description>Gravity Support Forums Topic: Custom Filter to display a custom form field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:06:07 +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/custom-filter-to-display-a-custom-form-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris on "Custom Filter to display a custom form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-filter-to-display-a-custom-form-field#post-70900</link>
			<pubDate>Mon, 13 Aug 2012 16:18:19 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">70900@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I'll see if I can find someone that is more knowledgable about the code and have them help me through this. Appreciate you pointing out the above info
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom Filter to display a custom form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-filter-to-display-a-custom-form-field#post-70892</link>
			<pubDate>Mon, 13 Aug 2012 15:25:02 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">70892@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I don't have any examples beyond the documentation. Look through the gform_pre_render documentation as it might help you better understand what you need to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Custom Filter to display a custom form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-filter-to-display-a-custom-form-field#post-70890</link>
			<pubDate>Mon, 13 Aug 2012 15:08:46 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">70890@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! Do you know of a page that has an example of the above being used? I'm not the best with coding but can follow examples and kinda hack it together from there :)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom Filter to display a custom form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-filter-to-display-a-custom-form-field#post-70881</link>
			<pubDate>Mon, 13 Aug 2012 14:04:14 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">70881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a hook for grabbing the page change:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_paging&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_paging&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That might help you with things. You could copy the value to a hidden field on page two and use conditional logic then to give you what you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Custom Filter to display a custom form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-filter-to-display-a-custom-form-field#post-70880</link>
			<pubDate>Mon, 13 Aug 2012 14:01:10 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">70880@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am going to try my best to explain what I am doing.&#60;/p&#62;
&#60;p&#62;I want to create a two page form.&#60;/p&#62;
&#60;p&#62;One page one, I am going to have a field for the user to fill out.&#60;br /&#62;
One page two I want to dynamically display different options for a field based on the value on page one. I can't use the conditional logic built in based on the type of field that is on page one.&#60;/p&#62;
&#60;p&#62;Is there a way I can use a custom filter (in functions.php) asking... If value of &#34;input_17_1&#34; = &#34;myvalue&#34; then field on page two (input_17_2) is theseoptions, else theseoptions2.&#60;/p&#62;
&#60;p&#62;If input_17_1 = myvalue&#60;/p&#62;
&#60;p&#62;input_17_2 = theseoptions&#60;br /&#62;
else&#60;br /&#62;
input_17_2 = theseoptions2&#60;/p&#62;
&#60;p&#62;Hope that makes sense. I have successfully changed confirmation emails based on a selected value but am trying to change field options on a second page based on a value on the first page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
