<?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: Multiple choice with text &#38; link after each choice</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-with-text-link-after-each-choice</link>
		<description>Gravity Support Forums Topic: Multiple choice with text &amp; link after each choice</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:51:59 +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/multiple-choice-with-text-link-after-each-choice" rel="self" type="application/rss+xml" />

		<item>
			<title>digitohter on "Multiple choice with text &#38; link after each choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-with-text-link-after-each-choice#post-14260</link>
			<pubDate>Sun, 12 Dec 2010 13:30:04 +0000</pubDate>
			<dc:creator>digitohter</dc:creator>
			<guid isPermaLink="false">14260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, that works!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Multiple choice with text &#38; link after each choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-with-text-link-after-each-choice#post-14251</link>
			<pubDate>Sun, 12 Dec 2010 11:35:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just try externalizing the jQuery script and then reference the .js file in the document head. That should validate without any problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitohter on "Multiple choice with text &#38; link after each choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-with-text-link-after-each-choice#post-14249</link>
			<pubDate>Sun, 12 Dec 2010 10:29:02 +0000</pubDate>
			<dc:creator>digitohter</dc:creator>
			<guid isPermaLink="false">14249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good tip, put output code doesn't validate: &#34;document type does not allow element &#34;a&#34; here&#34;&#60;/p&#62;
&#60;p&#62;Test form: &#60;a href=&#34;http://www.digitohter.ee/sylearvuti-laadijad/acer&#34; rel=&#34;nofollow&#34;&#62;http://www.digitohter.ee/sylearvuti-laadijad/acer&#60;/a&#62; (script now removed)&#60;/p&#62;
&#60;p&#62;Is there any way to make this script valid?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joe on "Multiple choice with text &#38; link after each choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-with-text-link-after-each-choice#post-4797</link>
			<pubDate>Tue, 20 Apr 2010 06:46:41 +0000</pubDate>
			<dc:creator>Joe</dc:creator>
			<guid isPermaLink="false">4797@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I'll check out that code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Multiple choice with text &#38; link after each choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-with-text-link-after-each-choice#post-4788</link>
			<pubDate>Mon, 19 Apr 2010 23:26:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">4788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do this with some jQuery added to your page template.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function() {
jQuery(&#38;#39;.gchoice_17_0 label&#38;#39;).html(&#38;#39;vote for number 1 &#38;lt;a href=&#38;quot;http://www.domain.com&#38;quot;&#38;gt;&#38;amp;raquo; view link&#38;lt;/a&#38;gt;&#38;#39;);
jQuery(&#38;#39;.gchoice_17_1 label&#38;#39;).html(&#38;#39;vote for number 2 &#38;lt;a href=&#38;quot;http://www.domain.com&#38;quot;&#38;gt;&#38;amp;raquo; view link&#38;lt;/a&#38;gt;&#38;#39;);
jQuery(&#38;#39;.gchoice_17_2 label&#38;#39;).html(&#38;#39;vote for number 3 &#38;lt;a href=&#38;quot;http://www.domain.com&#38;quot;&#38;gt;&#38;amp;raquo; view link&#38;lt;/a&#38;gt;&#38;#39;);
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You would just need to customize the snippet with the actual list item classes from your form (replace .gchoice_17_0 etc.)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cl.ly/8iK&#34; rel=&#34;nofollow&#34;&#62;test screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joe on "Multiple choice with text &#38; link after each choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-choice-with-text-link-after-each-choice#post-4785</link>
			<pubDate>Mon, 19 Apr 2010 21:22:10 +0000</pubDate>
			<dc:creator>Joe</dc:creator>
			<guid isPermaLink="false">4785@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way that I can create a form with multiple choice and then text with a link after each choice?&#60;/p&#62;
&#60;p&#62;I will be running a site that includes film awards, and I would like members to be able to vote, but after the name of each film I'd like to include the link to where it can be viewed.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
