<?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: Form button text ignored</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored</link>
		<description>Gravity Support Forums Topic: Form button text ignored</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 14:39:58 +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/form-button-text-ignored" rel="self" type="application/rss+xml" />

		<item>
			<title>lonchbox on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-53457</link>
			<pubDate>Mon, 26 Mar 2012 13:01:51 +0000</pubDate>
			<dc:creator>lonchbox</dc:creator>
			<guid isPermaLink="false">53457@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I use the function but without changing the button text I set on the backend ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caroig on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52727</link>
			<pubDate>Sat, 17 Mar 2012 08:10:34 +0000</pubDate>
			<dc:creator>caroig</dc:creator>
			<guid isPermaLink="false">52727@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, I have done for this project, although I do have a couple of forms on the site where I'd prefer not to have the same text (so Form a 'Enviar', form b 'Contactar')
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52724</link>
			<pubDate>Sat, 17 Mar 2012 07:48:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">52724@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can't you just place the Enviar text in place of the Submit text in that function?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function roots_gform_submit_button($button, $form) {
return &#38;quot;&#38;lt;button class=&#38;#39;btn btn-primary&#38;#39; id=&#38;#39;gform_submit_button_{$form[&#38;quot;id&#38;quot;]}&#38;#39;&#38;gt;&#38;lt;span&#38;gt;Enviar&#38;lt;/span&#38;gt;&#38;lt;/button&#38;gt;&#38;quot;;
}
add_filter(&#38;#39;gform_submit_button&#38;#39;, &#38;#39;roots_gform_submit_button&#38;#39;, 10, 2);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>caroig on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52723</link>
			<pubDate>Sat, 17 Mar 2012 07:25:55 +0000</pubDate>
			<dc:creator>caroig</dc:creator>
			<guid isPermaLink="false">52723@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the help Rob - yes my submit button is being 'hijacked' by a cleanup routine in the roots theme.&#60;/p&#62;
&#60;p&#62;function roots_gform_submit_button($button, $form) {&#60;br /&#62;
 return &#34;&#38;lt;button class='btn btn-primary' id='gform_submit_button_{$form[&#34;id&#34;]}'&#38;gt;&#38;lt;span&#38;gt;Submit&#38;lt;/span&#38;gt;&#38;lt;/button&#38;gt;&#34;;&#60;br /&#62;
  }&#60;br /&#62;
  add_filter('gform_submit_button', 'roots_gform_submit_button', 10, 2);&#60;/p&#62;
&#60;p&#62;This is pretty much inline with the GF documentation for the gform_submit_button filter.  How can I modify the filter to use the form Button text entered in the advanced form settings?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52565</link>
			<pubDate>Thu, 15 Mar 2012 12:45:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, if you've sent your login info to Rob he'll be able to help you. If it's not replacing the button with an image somewhere, then it could be some kind of theme/script conflict thats preventing the change. Are you sure that you're not seeing a cached version of the form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caroig on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52555</link>
			<pubDate>Thu, 15 Mar 2012 11:57:09 +0000</pubDate>
			<dc:creator>caroig</dc:creator>
			<guid isPermaLink="false">52555@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is using a real button - I am using rootstheme with boostrap, it could be introducing something strange on the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52534</link>
			<pubDate>Thu, 15 Mar 2012 09:32:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is your form using an actual button control, or is your theme replacing the default button with an image. Without seeing it, I'd bet that it's an image you're seeing and not the actual button.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52528</link>
			<pubDate>Thu, 15 Mar 2012 08:57:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">52528@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure thing, you can send them to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caroig on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52520</link>
			<pubDate>Thu, 15 Mar 2012 07:22:49 +0000</pubDate>
			<dc:creator>caroig</dc:creator>
			<guid isPermaLink="false">52520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;br /&#62;
Can I send you user credentials to access the site?  I have it diverting to a login screen at the moment.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form button text ignored"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-button-text-ignored#post-52514</link>
			<pubDate>Thu, 15 Mar 2012 07:01:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">52514@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got a link to your form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
