<?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: Uppercase First Letter in Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/uppercase-first-letter-in-form</link>
		<description>Gravity Support Forums Topic: Uppercase First Letter in Form</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:38:22 +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/uppercase-first-letter-in-form" rel="self" type="application/rss+xml" />

		<item>
			<title>seanlibbert on "Uppercase First Letter in Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uppercase-first-letter-in-form#post-6340</link>
			<pubDate>Tue, 15 Jun 2010 02:34:26 +0000</pubDate>
			<dc:creator>seanlibbert</dc:creator>
			<guid isPermaLink="false">6340@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That works SWEET!&#60;/p&#62;
&#60;p&#62;Thank you ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Uppercase First Letter in Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uppercase-first-letter-in-form#post-6263</link>
			<pubDate>Fri, 11 Jun 2010 16:48:18 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can also easily do this with some jQuery. In this case, simply apply the custom class &#34;capitalize&#34; (via the form admin) to any field you want capitalized. Then, add the following 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.noConflict();
  jQuery(document).ready(function($) {

		$(&#38;#39;li.capitalize input&#38;#39;).keyup(function(event) {
		    var textBox = event.target;
		    var start = textBox.selectionStart;
		    var end = textBox.selectionEnd;
		    textBox.value = textBox.value.charAt(0).toUpperCase() + textBox.value.slice(1);
		    textBox.setSelectionRange(start, end);
		});

  });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I grabbed the snippet from here and it works well in my tests.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stackoverflow.com/questions/2017456/capitalize-first-letter-of-text-field-while-typing-with-jquery&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/2017456/capitalize-first-letter-of-text-field-while-typing-with-jquery&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Uppercase First Letter in Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uppercase-first-letter-in-form#post-6255</link>
			<pubDate>Fri, 11 Jun 2010 14:44:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">6255@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;PHP has an &#34;upper case&#34; word function ucwords:&#60;br /&#62;
&#60;a href=&#34;http://php.net/manual/en/function.ucwords.php&#34; rel=&#34;nofollow&#34;&#62;http://php.net/manual/en/function.ucwords.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That would be the function to use; I'm not sure where the best place to use it would be (on saving the data or when sending out the autoresponder.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seanlibbert on "Uppercase First Letter in Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uppercase-first-letter-in-form#post-6252</link>
			<pubDate>Fri, 11 Jun 2010 13:14:59 +0000</pubDate>
			<dc:creator>seanlibbert</dc:creator>
			<guid isPermaLink="false">6252@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, let's say someone fills out the form on the site and the use all lowercase letters. &#60;/p&#62;
&#60;p&#62;For example - First name: sean&#60;/p&#62;
&#60;p&#62;Is their a code or script that would automatically make the first letter uppercase no matter if the prospect enters in all lowercase letters? &#60;/p&#62;
&#60;p&#62;For example - First name: sean (However populates as Sean)&#60;/p&#62;
&#60;p&#62;So that when they get an autorespond email it will start with Hello, Sean... vs. Hello, sean..&#60;/p&#62;
&#60;p&#62;Let me know if anyone has conquered this. I have attempted to search however have came up blank. &#60;/p&#62;
&#60;p&#62;Thanks for your help! :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
