<?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: All &#34;CAPS&#34; to complete the form.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form</link>
		<description>Gravity Support Forums Topic: All &quot;CAPS&quot; to complete the form.</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:36:30 +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/all-caps-to-complete-the-form" rel="self" type="application/rss+xml" />

		<item>
			<title>millermedia on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-318562</link>
			<pubDate>Wed, 12 Jun 2013 09:02:44 +0000</pubDate>
			<dc:creator>millermedia</dc:creator>
			<guid isPermaLink="false">318562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you, that worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-317468</link>
			<pubDate>Tue, 11 Jun 2013 16:14:20 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">317468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try input_14_3 and input_14_6.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>millermedia on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-317442</link>
			<pubDate>Tue, 11 Jun 2013 15:42:11 +0000</pubDate>
			<dc:creator>millermedia</dc:creator>
			<guid isPermaLink="false">317442@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If input_14 is the name field in normal format or the address field, this function doesn't transform the individual fields. I tried input_14.3 and input_14.6 with no luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zx7md on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-82287</link>
			<pubDate>Fri, 19 Oct 2012 15:48:06 +0000</pubDate>
			<dc:creator>zx7md</dc:creator>
			<guid isPermaLink="false">82287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I'll try and let you know.&#60;/p&#62;
&#60;p&#62;Thank you so much for the support!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-81541</link>
			<pubDate>Tue, 16 Oct 2012 18:33:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use the gform_pre_submission filter &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#60;/a&#62; to modify the submitted values, changing them to CAPS, then storing that.  That value would be used in the notifications as well.  Your code would look something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
// we can add a form ID here if we need to
add_filter(&#38;#39;gform_pre_submission&#38;#39;, &#38;#39;uppercase_me&#38;#39;);
function uppercase_me($form) {
    // this will change the values in 3 specific fields to UPPERCASE
    $_POST[&#38;#39;input_14&#38;#39;] = strtoupper($_POST[&#38;#39;input_14&#38;#39;]);
    $_POST[&#38;#39;input_10&#38;#39;] = strtoupper($_POST[&#38;#39;input_10&#38;#39;]);
    $_POST[&#38;#39;input_25&#38;#39;] = strtoupper($_POST[&#38;#39;input_25&#38;#39;]);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can loop through all the $_POST values or you can change just the ones you really want uppercased.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zx7md on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-81464</link>
			<pubDate>Tue, 16 Oct 2012 13:26:55 +0000</pubDate>
			<dc:creator>zx7md</dc:creator>
			<guid isPermaLink="false">81464@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The email that form sends, i need the results from each fields been in caps. How can I make it happens? &#34;CSS on the front-end&#34; ? Please let me know
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-81447</link>
			<pubDate>Tue, 16 Oct 2012 12:22:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">81447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do this with CSS on the front-end, which will be more of just a visual representation, not &#34;actually&#34; in caps. But if this is more for a back-end/admin purpose, and not for the user - then my suggestion is moot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zx7md on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-81444</link>
			<pubDate>Tue, 16 Oct 2012 12:00:38 +0000</pubDate>
			<dc:creator>zx7md</dc:creator>
			<guid isPermaLink="false">81444@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My costumer asked me to do that because they think it will be easier to read all in caps.&#60;br /&#62;
Could you please help me out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-81426</link>
			<pubDate>Tue, 16 Oct 2012 11:12:39 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">81426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you explain a bit more about why you would want to do this? As far as I know, it would have to be done on a field by field basis through some PHP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zx7md on "All &#34;CAPS&#34; to complete the form."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/all-caps-to-complete-the-form#post-81416</link>
			<pubDate>Tue, 16 Oct 2012 10:12:54 +0000</pubDate>
			<dc:creator>zx7md</dc:creator>
			<guid isPermaLink="false">81416@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I make to every single field to be populated with &#34;caps&#34; and not lower cases.&#60;/p&#62;
&#60;p&#62;If the client put his name, last name etc, all the information will change to CAPS. or on the email the form send to me all the values will be in caps. Whatever is the easiest to do, please let me know how.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
