<?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: Number Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/number-field</link>
		<description>Gravity Support Forums Topic: Number Field</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 04:21: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/number-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/number-field#post-81120</link>
			<pubDate>Mon, 15 Oct 2012 10:30:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Why not make the number field 10 digits long, and display the first five (12345) to the left of the input? &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;12345[__________]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the first 5 never change, why require them?  I understand you're trying to make them find a number which conforms to the right format, but why pre-enter the first 5 for them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sadiq.emeran on "Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/number-field#post-81108</link>
			<pubDate>Mon, 15 Oct 2012 09:47:27 +0000</pubDate>
			<dc:creator>sadiq.emeran</dc:creator>
			<guid isPermaLink="false">81108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How can I make the number field pre populate with certain digits.&#60;/p&#62;
&#60;p&#62;Say number field is 15 digits long 1st 5 number must be 12345?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Sadiq
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/number-field#post-78873</link>
			<pubDate>Thu, 04 Oct 2012 06:50:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The number field will hold more than a single digit.  Where are you seeing something different?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sadiq.emeran on "Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/number-field#post-78859</link>
			<pubDate>Thu, 04 Oct 2012 05:50:36 +0000</pubDate>
			<dc:creator>sadiq.emeran</dc:creator>
			<guid isPermaLink="false">78859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I notice the number field only holds single numeric characters.&#60;br /&#62;
How do i make it accept lengthier characters like say 15 digits.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sadiq.emeran on "Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/number-field#post-78658</link>
			<pubDate>Wed, 03 Oct 2012 09:55:10 +0000</pubDate>
			<dc:creator>sadiq.emeran</dc:creator>
			<guid isPermaLink="false">78658@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi a valid number is 15 digits long.&#60;/p&#62;
&#60;p&#62;99900 this identifies the the chips the company uses and rest are unique as per each chip.&#60;/p&#62;
&#60;p&#62;Example: 999001234567890 that would be a valid chip number.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/number-field#post-78654</link>
			<pubDate>Wed, 03 Oct 2012 09:49:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post examples of what valid numbers would be? We should be able to use the input mask to force a certain number of digits.  If the first 6 are always the same, you might have to have two fields: the first one with the 6 digits which never change, and the second field with 9 digits. Post some example IDs though so we can see what you're trying to accomplish.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sadiq.emeran on "Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/number-field#post-78648</link>
			<pubDate>Wed, 03 Oct 2012 08:58:26 +0000</pubDate>
			<dc:creator>sadiq.emeran</dc:creator>
			<guid isPermaLink="false">78648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i need the number field of GF to be used for a ID starting with a certain set of number 123456&#60;br /&#62;
and only 15 digits.&#60;/p&#62;
&#60;p&#62;How can I achieve this.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Sadiq
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
