<?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 User Favorites: Caleb44</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/caleb44'>caleb44</a></link>
		<description>Gravity Support Forums User Favorites: Caleb44</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:00:54 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>digitalbrands on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-85267</link>
			<pubDate>Tue, 30 Oct 2012 14:53:13 +0000</pubDate>
			<dc:creator>digitalbrands</dc:creator>
			<guid isPermaLink="false">85267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I used your solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-84812</link>
			<pubDate>Mon, 29 Oct 2012 16:18:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">84812@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can apply a unique class name to the form itself in the form settings. From there, you can use simple CSS inheritance to target the submit button. Here's a quick example.. I added the class name &#34;someform&#34; in the main form settings&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper.someform_wrapper .gform_footer input.gform_button {
	font-size:1.6em;
	color: blue
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/Sp7tWK&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/Sp7tWK&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, if you inspect the markup, you'll see that the submit button has a unique ID besides the class that you can target for CSS manipulation. Either way should work just fine for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitalbrands on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-84800</link>
			<pubDate>Mon, 29 Oct 2012 15:20:32 +0000</pubDate>
			<dc:creator>digitalbrands</dc:creator>
			<guid isPermaLink="false">84800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a similar question to the last one Caleb44 posted. Is it possible to assign a different class name to the submit button from the form editor? It seems that custom class names can be added to every element of the form except for the submit button.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-83295</link>
			<pubDate>Wed, 24 Oct 2012 11:33:57 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">83295@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, you can use the filter mentioned above to completely re-write the button markup and assign whatever classes you want.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_submit_button&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_submit_button&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Other than that, you can use more specific CSS inheritance to override any existing class definitions and to add new styling.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Caleb44 on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-83287</link>
			<pubDate>Wed, 24 Oct 2012 11:19:52 +0000</pubDate>
			<dc:creator>Caleb44</dc:creator>
			<guid isPermaLink="false">83287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to assign a different class to the button.  The styling already exists in a class with in the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-82371</link>
			<pubDate>Sat, 20 Oct 2012 05:40:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">82371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just looked at your form and it appears you have the button styled and centered?&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/WymPuo&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/WymPuo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Did you still need some help or have you sorted it all out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Caleb44 on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-82330</link>
			<pubDate>Sat, 20 Oct 2012 00:54:24 +0000</pubDate>
			<dc:creator>Caleb44</dc:creator>
			<guid isPermaLink="false">82330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is great, thank you.  Here is an  example:  &#60;a href=&#34;http://www.ccctrain.com/medical-assistant/&#34; rel=&#34;nofollow&#34;&#62;http://www.ccctrain.com/medical-assistant/&#60;/a&#62; I'm using the pagelines framework, and they've got some classes defined for buttons that I'd like to carry through to my forms and then also get them centered in the elements in which they appear.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-82229</link>
			<pubDate>Fri, 19 Oct 2012 11:43:32 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">82229@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you need an actual &#34;button&#34; element for some reason? If not, you can leave that out all together and use the default &#34;submit&#34; type input and the verbiage can be changed directly from the form settings.&#60;/p&#62;
&#60;p&#62;Also, sure, centering the button or submit element is just a matter of applying the proper CSS rules. If you would like to post a URL to your some, someone here can take a look and help you with a proper CSS snippet to get it positioned correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Caleb44 on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-82218</link>
			<pubDate>Fri, 19 Oct 2012 11:15:07 +0000</pubDate>
			<dc:creator>Caleb44</dc:creator>
			<guid isPermaLink="false">82218@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it not possible to put something in like this to get it to pull the text in?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;gform_submit_button_{$form[&#38;quot;BUTTON TEXT FIELD&#38;quot;]}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Alternatively is there a better way to simply change the style of the button and get it centered in the form?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing submit button style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button-style#post-81766</link>
			<pubDate>Wed, 17 Oct 2012 13:49:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">81766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you're using the filter, then that overrides the form settings. You would need to change the button text directly in the filter/markup.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;btn btn-warning btn-large&#38;#39; id=&#38;#39;gform_submit_button_{$form[&#38;quot;id&#38;quot;]}&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;center&#38;#39;&#38;gt;YOUR BUTTON TEXT HERE&#38;lt;/div&#38;gt;&#38;lt;/button&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
