<?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: Is there a way to hook into gf_apply_rules ?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-hook-into-gf_apply_rules</link>
		<description>Gravity Support Forums Topic: Is there a way to hook into gf_apply_rules ?</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Apr 2026 14:17:11 +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/is-there-a-way-to-hook-into-gf_apply_rules" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Is there a way to hook into gf_apply_rules ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-hook-into-gf_apply_rules#post-43852</link>
			<pubDate>Mon, 12 Dec 2011 19:44:45 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">43852@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Beautiful! Glad we could help and kudos for getting this working. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>badfun on "Is there a way to hook into gf_apply_rules ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-hook-into-gf_apply_rules#post-43847</link>
			<pubDate>Mon, 12 Dec 2011 19:21:47 +0000</pubDate>
			<dc:creator>badfun</dc:creator>
			<guid isPermaLink="false">43847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David, that worked like a charm! I should have known I was overthinking it. Here is the code I tested:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#choice_1_3&#38;#39;).click(function() {
  $(&#38;#39;#gform_wrapper_2&#38;#39;).show();
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;all the radio buttons are in #gform_wrapper_1 and I just need to create a 'display:none' css rule for #gform_wrapper_2. Looks seamless to the end user.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>badfun on "Is there a way to hook into gf_apply_rules ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-hook-into-gf_apply_rules#post-43842</link>
			<pubDate>Mon, 12 Dec 2011 18:51:29 +0000</pubDate>
			<dc:creator>badfun</dc:creator>
			<guid isPermaLink="false">43842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David, thanks for the response.&#60;br /&#62;
I've been reading up on gform_field_input and gform_field_content to see if I could insert my own two options to the radio button; I hadn't thought of manipulating the jQuery. I'll see what I can figure out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Is there a way to hook into gf_apply_rules ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-hook-into-gf_apply_rules#post-43839</link>
			<pubDate>Mon, 12 Dec 2011 18:39:07 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">43839@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Badfun,&#60;/p&#62;
&#60;p&#62;It'd probably be easier to manually bind the click event of radio button rather than trying to integrate with the gf_apply_rules function. Here is some jQuery documentation to get you started:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://api.jquery.com/click/&#34; rel=&#34;nofollow&#34;&#62;http://api.jquery.com/click/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>badfun on "Is there a way to hook into gf_apply_rules ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-hook-into-gf_apply_rules#post-43807</link>
			<pubDate>Mon, 12 Dec 2011 16:53:04 +0000</pubDate>
			<dc:creator>badfun</dc:creator>
			<guid isPermaLink="false">43807@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I have a basic form with several simple options all hidden by conditional logic. I also have two options which need to load other forms. I want it to look seamless to the user and just show the list as radio buttons.&#60;/p&#62;
&#60;p&#62;In the source code I see 'gf_apply_rules' referring to the conditional logic, but there is no information in the docs. Is it possible to manipulate that and have another form display onClick?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
