<?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: Phone not validated for numbers</title>
		<link>https://legacy.forums.gravityhelp.com/topic/phone-not-validated-for-numbers</link>
		<description>Gravity Support Forums Topic: Phone not validated for numbers</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:05:17 +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/phone-not-validated-for-numbers" rel="self" type="application/rss+xml" />

		<item>
			<title>Advokat on "Phone not validated for numbers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/phone-not-validated-for-numbers#post-90051</link>
			<pubDate>Mon, 12 Nov 2012 04:13:38 +0000</pubDate>
			<dc:creator>Advokat</dc:creator>
			<guid isPermaLink="false">90051@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/phone-number-validation&#34; rel=&#34;nofollow&#34;&#62;Here is a solution&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope they will implement it, since it's almost just a c/p job ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slee on "Phone not validated for numbers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/phone-not-validated-for-numbers#post-4139</link>
			<pubDate>Fri, 19 Mar 2010 09:07:02 +0000</pubDate>
			<dc:creator>slee</dc:creator>
			<guid isPermaLink="false">4139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;the option would be great for now ill use the number field
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lee Hord on "Phone not validated for numbers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/phone-not-validated-for-numbers#post-4123</link>
			<pubDate>Thu, 18 Mar 2010 17:34:09 +0000</pubDate>
			<dc:creator>Lee Hord</dc:creator>
			<guid isPermaLink="false">4123@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would be great to limit inputs to only accept numerals.  For now at least I can accomplish this with jQuery:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function($) {
	$(&#38;quot;#input_id&#38;quot;).keydown(function(event) {
		if ( event.keyCode == 46 &#124;&#124; event.keyCode == 8 ) {
		}
		else {
			if (event.keyCode &#38;lt; 48 &#124;&#124; event.keyCode &#38;gt; 57 ) {
				event.preventDefault();
			}
		}
	});
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Phone not validated for numbers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/phone-not-validated-for-numbers#post-4110</link>
			<pubDate>Thu, 18 Mar 2010 12:02:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4110@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently the phone field allows letters because in some countries letters represent numbers.  Ex. 823-CALL-ME. So currently this isn't possible, although we may enhance it in the future with an option to force numerals only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slee on "Phone not validated for numbers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/phone-not-validated-for-numbers#post-4106</link>
			<pubDate>Thu, 18 Mar 2010 06:43:49 +0000</pubDate>
			<dc:creator>slee</dc:creator>
			<guid isPermaLink="false">4106@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I want to use the Phone field to allow a user to type in their phone number. I am in the UK so I have to use the international type but it allows the user to type in letters.&#60;br /&#62;
Can this be changed so it checks for numbers?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
