<?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: Use simple HTML link as input for conditional logic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic</link>
		<description>Gravity Support Forums Topic: Use simple HTML link as input for conditional logic</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:54:36 +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/use-simple-html-link-as-input-for-conditional-logic" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Use simple HTML link as input for conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic#post-40959</link>
			<pubDate>Sun, 13 Nov 2011 16:57:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">40959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@sascha, please start a new topic and state your question there.  It will be easier to give you personalized assistance based on what we know now. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Use simple HTML link as input for conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic#post-40926</link>
			<pubDate>Sat, 12 Nov 2011 20:53:53 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">40926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
was there any solution to this in the end? Let me know...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chenyu36 on "Use simple HTML link as input for conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic#post-22633</link>
			<pubDate>Wed, 06 Apr 2011 12:22:10 +0000</pubDate>
			<dc:creator>chenyu36</dc:creator>
			<guid isPermaLink="false">22633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;Thanks for the clarification. Initially, I was hoping to tap into the existing functionality of gravity forms. Because the toggle function with panel slide in/out can already be accomplished with conditional logic + animation, both features are built in to gravity forms.&#60;br /&#62;
The thing that I notice differently between &#34;html block&#34; in gravity form and other types such as &#34;multiple choices&#34; is that &#34;html block&#34; does not provide a defined &#34;value&#34; to other elements in the form, therefore could not be used as an input to the subsequent element to be used with conditional logic. But if &#34;onclick&#34; on an URL or something similar along that line can be used, then it maybe possible-just a thought.&#60;br /&#62;
If a simple customization is possible, I would love to learn about it from you guys. Thanks for the support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Use simple HTML link as input for conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic#post-22387</link>
			<pubDate>Mon, 04 Apr 2011 11:09:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22387@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@chenyu36 Kevin was using that as an example of something you could try, you may want to try the support forums on the jQuery site if you need assistance with this jQuery functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chenyu36 on "Use simple HTML link as input for conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic#post-22352</link>
			<pubDate>Sun, 03 Apr 2011 14:06:26 +0000</pubDate>
			<dc:creator>chenyu36</dc:creator>
			<guid isPermaLink="false">22352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;br /&#62;
Thanks for the reference. I am a novice in web programming so pardon my questions if these seemed to be too basic:&#60;/p&#62;
&#60;p&#62;1. I copied and pasted part of the code from the example into an &#34;HTML block&#34; in gravity form.&#60;br /&#62;
here is the part that i copied:&#60;/p&#62;
&#60;p&#62;&#38;lt;style&#38;gt;&#60;br /&#62;
  p { width:400px; }&#60;br /&#62;
  &#38;lt;/style&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://code.jquery.com/jquery-1.5.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
  &#38;lt;button&#38;gt;Toggle&#38;lt;/button&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;p&#38;gt;&#60;br /&#62;
    This is the paragraph to end all paragraphs.  You&#60;br /&#62;
    should feel &#60;em&#62;lucky&#60;/em&#62; to have seen such a paragraph in&#60;br /&#62;
    your life.  Congratulations!&#60;br /&#62;
  &#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;script&#38;gt;&#60;br /&#62;
    $(&#34;button&#34;).click(function () {&#60;br /&#62;
      $(&#34;p&#34;).slideToggle(&#34;slow&#34;);&#60;br /&#62;
    });&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;2. The &#34;toggle&#34; button shows up in the form just like in the example of jQuery page&#60;br /&#62;
3. However, when I clicked the &#34;toggle&#34; button, somehow it caused a reloading of the page and it caused the &#34;submit&#34; to be actuated because the next thing I see, many of the required field were marked red as if I just clicked the &#34;submit&#34; button&#60;/p&#62;
&#60;p&#62;Can you provide more pointers on how to incorporate this show/hide feature? I can see it almost working...&#60;br /&#62;
Thanks for the support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Use simple HTML link as input for conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic#post-22332</link>
			<pubDate>Sat, 02 Apr 2011 20:04:57 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't use the conditional logic the way you're describing, but you could add some jQuery to show/hide the content on a click event.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://api.jquery.com/slideToggle/&#34; rel=&#34;nofollow&#34;&#62;http://api.jquery.com/slideToggle/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chenyu36 on "Use simple HTML link as input for conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-simple-html-link-as-input-for-conditional-logic#post-22316</link>
			<pubDate>Sat, 02 Apr 2011 12:14:21 +0000</pubDate>
			<dc:creator>chenyu36</dc:creator>
			<guid isPermaLink="false">22316@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to create a simple &#34;learn more&#34; HTML link to show/hide the description of an item, similar to Apple.com order page for each configurable item.&#60;br /&#62;
&#60;a href=&#34;http://store.apple.com/us/configure/MC511LL/A?mco=MTg1ODA4MDM&#34; rel=&#34;nofollow&#34;&#62;http://store.apple.com/us/configure/MC511LL/A?mco=MTg1ODA4MDM&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What gravity form has allowed me to do (out of the box) is already very close and I can achieve similar function by using a single &#34;check box&#34; and an HTML description field with conditional logic which uses the check box as input.&#60;/p&#62;
&#60;p&#62;However, instead of a check box, I would like to use a simple &#34;link&#34; which acts as input to the HTML description field.&#60;/p&#62;
&#60;p&#62;Is this possible? Could you suggest other ways to accomplish this? Thank you for the support.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
