<?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 User Favorites: beclo</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/beclo'>beclo</a></link>
		<description>Gravity Support Forums User Favorites: beclo</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 21:40:45 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Conditional logic not quite working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-not-quite-working#post-95829</link>
			<pubDate>Mon, 26 Nov 2012 15:15:13 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">95829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is that hidden fields are not programmed to update the conditional logic in the client side via javascript. What I recommend you do is use a regular text field instead of the hidden field and add &#34;gform_hidden&#34; in the CSS Class Name field setting. That css class will hide the field, but you will still be able to trigger your conditional logic via javascript. I think you will need to use the .change() at the end of your statement (like your second attempt), but you may not need to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conditional logic not quite working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-not-quite-working#post-95472</link>
			<pubDate>Mon, 26 Nov 2012 00:43:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">95472@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll bring this to the attention of the development team.  As far as I know, the conditional logic rules are present when the form is rendered.  Take a look at the source of the page and you can see them.  If you change a value on the form after it is rendered, I think you would have to update the rules as well, or the conditional logic would not work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beclo on "Conditional logic not quite working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-not-quite-working#post-94816</link>
			<pubDate>Fri, 23 Nov 2012 12:37:03 +0000</pubDate>
			<dc:creator>beclo</dc:creator>
			<guid isPermaLink="false">94816@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Form is at: &#60;a href=&#34;http://order.sendmyfriend.org&#34; rel=&#34;nofollow&#34;&#62;http://order.sendmyfriend.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm trying to get fields 21 and 22 to appear when function smf_crafty_show_address() is called (it's called as a callback by another script)&#60;/p&#62;
&#60;p&#62;You can test this by entering the postcode AA11AA, clicking the &#34;Find Address&#34; button and then selecting an address.  The callback is called when you select an address from the dropdown.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beclo on "Conditional logic not quite working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-not-quite-working#post-94812</link>
			<pubDate>Fri, 23 Nov 2012 12:28:29 +0000</pubDate>
			<dc:creator>beclo</dc:creator>
			<guid isPermaLink="false">94812@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In case you're wondering I've used jQuery('#input_1_24').val('yes').change() and that doesn't seem to re-evaluate the conditions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beclo on "Conditional logic not quite working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-not-quite-working#post-94792</link>
			<pubDate>Fri, 23 Nov 2012 11:48:18 +0000</pubDate>
			<dc:creator>beclo</dc:creator>
			<guid isPermaLink="false">94792@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've got a form with some conditional fields.  The conditions are set by JavaScript (jQuery) modifying the value of a hidden field.  e.g. I do:&#60;/p&#62;
&#60;p&#62;jQuery('#input_1_24').attr('value', 'yes');&#60;/p&#62;
&#60;p&#62;However, setting this value doesn't seem to trigger the conditions being updated.&#60;/p&#62;
&#60;p&#62;Is there some JavaScript event that I need to fire, or function I need to call to get the conditions to be re-evaluated?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
