<?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: Cancel link beside the submit button</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cancel-link-beside-the-submit-button</link>
		<description>Gravity Support Forums Topic: Cancel link beside the submit button</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:35:38 +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/cancel-link-beside-the-submit-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Cancel link beside the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cancel-link-beside-the-submit-button#post-4545</link>
			<pubDate>Thu, 08 Apr 2010 15:07:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">4545@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good idea, thanks for posting the update. I left out the non-breaking spaces in my example and opted to use CSS to position the link. Either work fine I suppose..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>darthninja on "Cancel link beside the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cancel-link-beside-the-submit-button#post-4544</link>
			<pubDate>Thu, 08 Apr 2010 15:05:53 +0000</pubDate>
			<dc:creator>darthninja</dc:creator>
			<guid isPermaLink="false">4544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. &#60;/p&#62;
&#60;p&#62;I updated your script to work with the jQuery conflict in WordPress.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
var $j = jQuery.noConflict();

$j(&#38;quot;#gform_wrapper_XX .gform_footer input.button&#38;quot;).after(&#38;quot;&#38;amp;nbsp;&#38;amp;nbsp;&#38;amp;nbsp;&#38;lt;a href=&#38;#39;#&#38;#39; id=&#38;#39;cancel-link&#38;#39;&#38;gt;Cancel&#38;lt;/a&#38;gt;&#38;quot;);
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Cancel link beside the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cancel-link-beside-the-submit-button#post-4534</link>
			<pubDate>Thu, 08 Apr 2010 12:28:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">4534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What do you want the cancel link to do? Just close a window or link to another page?&#60;/p&#62;
&#60;p&#62;Depending on what you want to do, you can just add a link with some jQuery.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
$(document).ready(function() {

$(&#38;quot;#gform_wrapper_XX .gform_footer input.button&#38;quot;).after(&#38;quot;&#38;lt;a href=&#38;#39;#&#38;#39; id=&#38;#39;cancel-link&#38;#39;&#38;gt;cancel&#38;lt;/a&#38;gt;&#38;quot;);

});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where XX is your form id. If you're already loading jQuery in your theme, you can omit the script reference.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cl.ly/7Wc&#34; rel=&#34;nofollow&#34;&#62;Test Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>darthninja on "Cancel link beside the submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cancel-link-beside-the-submit-button#post-4531</link>
			<pubDate>Thu, 08 Apr 2010 11:39:27 +0000</pubDate>
			<dc:creator>darthninja</dc:creator>
			<guid isPermaLink="false">4531@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm wondering if I can add a cancel link beside the submit button without hacking the core files of GF. Is there a hook I can call? Should I use the gform_submit_button hook?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
