<?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: Link below submit button?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button</link>
		<description>Gravity Support Forums Topic: Link below submit button?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:12:47 +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/link-below-submit-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Link below submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button#post-363565</link>
			<pubDate>Fri, 05 Jul 2013 13:35:13 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">363565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jb510 on "Link below submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button#post-363555</link>
			<pubDate>Fri, 05 Jul 2013 13:30:53 +0000</pubDate>
			<dc:creator>jb510</dc:creator>
			<guid isPermaLink="false">363555@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's exactly what I was trying to find.  Well, I was hoping for a way in the form editor, but a hook will work just fine for this.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Link below submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button#post-363524</link>
			<pubDate>Fri, 05 Jul 2013 13:05:47 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">363524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In that case you could use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_submit_button&#34; rel=&#34;nofollow&#34;&#62;gform_submit_button filter&#60;/a&#62; by adding something like this to your theme functions.php file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// add link below submit button
add_filter(&#38;quot;gform_submit_button&#38;quot;, &#38;quot;form_submit_button&#38;quot;, 10, 2);
function form_submit_button($button, $form){
    return &#38;quot;&#38;lt;button class=&#38;#39;button&#38;#39; id=&#38;#39;gform_submit_button_{$form[&#38;quot;id&#38;quot;]}&#38;#39;&#38;gt;&#38;lt;span&#38;gt;Submit&#38;lt;/span&#38;gt;&#38;lt;/button&#38;gt;&#38;lt;br&#38;gt;&#38;lt;a href=&#38;#39;http://mylink.com&#38;#39;&#38;gt;my link&#38;lt;/a&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Link below submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button#post-363523</link>
			<pubDate>Fri, 05 Jul 2013 13:03:26 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">363523@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't add elements below the submit button in the form builder. You could add it before the submit button, or use a text widget in the widgets menu to add another widget below the form with the link to the terms. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jb510 on "Link below submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button#post-363504</link>
			<pubDate>Fri, 05 Jul 2013 12:44:35 +0000</pubDate>
			<dc:creator>jb510</dc:creator>
			<guid isPermaLink="false">363504@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Form is being inserted via a widget so adding it outside the form isn't ideal.  Ill go digging for a hook to add it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Link below submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button#post-362613</link>
			<pubDate>Fri, 05 Jul 2013 01:51:36 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">362613@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not from the form builder, you would have to add the link below the embed code.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jb510 on "Link below submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-below-submit-button#post-362218</link>
			<pubDate>Thu, 04 Jul 2013 22:04:10 +0000</pubDate>
			<dc:creator>jb510</dc:creator>
			<guid isPermaLink="false">362218@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there an easy way to add a link to a form BELOW the submit button?&#60;/p&#62;
&#60;p&#62;Title&#60;br /&#62;
Description&#60;br /&#62;
email_field: &#124; FIELD &#124;&#60;br /&#62;
Submit Button&#60;br /&#62;
*Link to Terms and conditions*
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
