<?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: Conditional text field issue</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-text-field-issue</link>
		<description>Gravity Support Forums Topic: Conditional text field issue</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:41:51 +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/conditional-text-field-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Conditional text field issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-text-field-issue#post-10783</link>
			<pubDate>Tue, 05 Oct 2010 01:13:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Submitting a form via the enter/return key is a normal form behavior. If you want to disable this, there are tons of options out there to do so.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://j.mp/ca1d6Q&#34; rel=&#34;nofollow&#34;&#62;http://j.mp/ca1d6Q&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is way off topic here too. You should probably start a new topic next time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cvenable on "Conditional text field issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-text-field-issue#post-10782</link>
			<pubDate>Tue, 05 Oct 2010 00:48:19 +0000</pubDate>
			<dc:creator>cvenable</dc:creator>
			<guid isPermaLink="false">10782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My form is working well, but if the client hits the 'enter/return key' while filling out the form instead of just tabbing or using mouse to navigate to the next field it actually submits the form before they finish filling it out.  Any suggestions?&#60;br /&#62;
&#60;a href=&#34;http://freshlymadedirt.com/how-to-order&#34; rel=&#34;nofollow&#34;&#62;http://freshlymadedirt.com/how-to-order&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Conditional text field issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-text-field-issue#post-8449</link>
			<pubDate>Wed, 11 Aug 2010 23:13:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">8449@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you using  the &#34;gform_submit_button&#34; filter to manipulate the button?&#60;/p&#62;
&#60;p&#62;The reason I ask is because the button markup is incomplete. The script is looking for an ID on the button element that's not there. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
        jQuery(document).ready(function(){
            gf_apply_rules(1, [7]);
            jQuery(&#38;#39;#gform_wrapper_1&#38;#39;).show();

            //preventing &#38;#39;Enter&#38;#39; key from submitting the form when submit button is hidden
            jQuery(&#38;#39;#gform_1&#38;#39;).submit(
                function(){
                    return jQuery(&#38;#39;#gform_submit_button_1&#38;#39;).is(&#38;#39;:visible&#38;#39;);
                }
            );
        });
        if(!window[&#38;#39;gf_form_conditional_logic&#38;#39;])
            window[&#38;#39;gf_form_conditional_logic&#38;#39;] = new Array();

        window[&#38;#39;gf_form_conditional_logic&#38;#39;][1] = {&#38;#39;logic&#38;#39; : {7: {&#38;quot;field&#38;quot;:{&#38;quot;actionType&#38;quot;:&#38;quot;show&#38;quot;,&#38;quot;logicType&#38;quot;:&#38;quot;all&#38;quot;,&#38;quot;rules&#38;quot;:[{&#38;quot;fieldId&#38;quot;:&#38;quot;4&#38;quot;,&#38;quot;operator&#38;quot;:&#38;quot;is&#38;quot;,&#38;quot;value&#38;quot;:&#38;quot;Friend&#38;quot;}]},&#38;quot;section&#38;quot;:null}}, &#38;#39;dependents&#38;#39; : {7: [7]}};&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Normal button markup looks like this..&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;input type=&#38;quot;submit&#38;quot; tabindex=&#38;quot;4&#38;quot; value=&#38;quot;Submit&#38;quot; class=&#38;quot;button&#38;quot; id=&#38;quot;gform_submit_button_2&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but yours looks like this.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;input type=&#38;#39;submit&#38;#39; value=&#38;#39;&#38;#39; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;No ID on the button element means the script doesn't know what to do with it. Fix that and you should be good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drlelong on "Conditional text field issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-text-field-issue#post-8445</link>
			<pubDate>Wed, 11 Aug 2010 22:54:33 +0000</pubDate>
			<dc:creator>drlelong</dc:creator>
			<guid isPermaLink="false">8445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When I add a conditional text field that depends on selecting a particular value from a drop-down field, I cannot submit the form.  When I click submit, nothing happens.&#60;/p&#62;
&#60;p&#62;As soon as I remove the conditional text field, I can submit the form again.&#60;/p&#62;
&#60;p&#62;You can see this behavior here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jcf.mu.librohq.net/contact/&#34; rel=&#34;nofollow&#34;&#62;http://jcf.mu.librohq.net/contact/&#60;/a&#62;&#60;br /&#62;
Username:  gravity&#60;br /&#62;
Password:  gravity123&#60;/p&#62;
&#60;p&#62;Select &#34;Friend&#34; from the drop-down and the conditional text field will appear.&#60;/p&#62;
&#60;p&#62;Please advise.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
