<?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: Field Value Formatting</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting</link>
		<description>Gravity Support Forums Topic: Field Value Formatting</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:26:24 +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/field-value-formatting" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-41682</link>
			<pubDate>Sun, 20 Nov 2011 20:00:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41682@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The input masks were added in 1.6 as promised. However, you didn't really state what you're looking for.  Please start a new topic with your specific request and we will be happy to help you if we can.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antonv on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-41670</link>
			<pubDate>Sun, 20 Nov 2011 16:12:44 +0000</pubDate>
			<dc:creator>antonv</dc:creator>
			<guid isPermaLink="false">41670@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, I've seen them but if I'm not mistaken they still are not solving the issue of auto formatting currency. If you set up a mask like 999,999.99 you are stuck with the 8 digits. Am I missing something here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-41658</link>
			<pubDate>Sat, 19 Nov 2011 20:43:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41658@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;JavaScript input masks were included in 1.6.  Have you tried it out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antonv on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-41645</link>
			<pubDate>Sat, 19 Nov 2011 14:05:13 +0000</pubDate>
			<dc:creator>antonv</dc:creator>
			<guid isPermaLink="false">41645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any idea when is this going to happen? I think 1.6 came out after this statement and it doesn't include it if I'm not mistaken.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-29897</link>
			<pubDate>Wed, 13 Jul 2011 15:36:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29897@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A library of jQuery masks for auto formatting text entered into the Single Input text field is a feature that is planned for the next major release.  We plan on having a custom option so that you can create your own auto-formatting mask by entering the format yourself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sugarcreek on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-29864</link>
			<pubDate>Tue, 12 Jul 2011 22:16:10 +0000</pubDate>
			<dc:creator>sugarcreek</dc:creator>
			<guid isPermaLink="false">29864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Auto formatting number fieldswith commas, and specific digits to the right of the decimal are very much needed and looked forward to in your future release. Until then, I'll look into the jQuery also.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-29393</link>
			<pubDate>Thu, 07 Jul 2011 16:17:32 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would implement that jQuery in your theme on the page you are displaying your form, so you may want to make a custom page template and include it in that page template and then use that custom page template for the page you are displaying your form.  &#60;/p&#62;
&#60;p&#62;You would implement it just like in the demo for that jQuery, and then you would change the ID of the field that you want to apply the mask to so that it uses the ID of the field in Gravity Forms.  You can get the correct ID by viewing the page with the form on it and inspecting the HTML and see what the ID is for the INPUT that you want to apply the mask to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>swensonic on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-29391</link>
			<pubDate>Thu, 07 Jul 2011 16:10:12 +0000</pubDate>
			<dc:creator>swensonic</dc:creator>
			<guid isPermaLink="false">29391@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, How do I implement this solution? Meaning, where do I put this JQuery Code?  Do I need to create a hook/filter to install it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>swensonic on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-29380</link>
			<pubDate>Thu, 07 Jul 2011 15:44:38 +0000</pubDate>
			<dc:creator>swensonic</dc:creator>
			<guid isPermaLink="false">29380@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks I'll look into that!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Field Value Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-value-formatting#post-29379</link>
			<pubDate>Thu, 07 Jul 2011 15:42:42 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't a built in feature on the Number and Single Line Text fields.  It can be done, but you would have to use jQuery to mask the input of the text.  It would have to be done as a customization.  One jQuery script that I know works with Gravity Forms to mask text is this one:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://digitalbush.com/projects/masked-input-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://digitalbush.com/projects/masked-input-plugin/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You have to implement it and then got the correct ID for the field you want to mask and then customize the jQuery call so it uses the correct field ID.&#60;/p&#62;
&#60;p&#62;We do plan on adding built in masks like this to the Single Input field in the next feature release of Gravity Forms.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
