<?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: Auto skip to next field and conditionally disabled/enabled submit-button</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-entry-validation-and-auto-jump-to-next-field</link>
		<description>Gravity Support Forums Topic: Auto skip to next field and conditionally disabled/enabled submit-button</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 00:26:53 +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-entry-validation-and-auto-jump-to-next-field" rel="self" type="application/rss+xml" />

		<item>
			<title>broraxel on "Auto skip to next field and conditionally disabled/enabled submit-button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-entry-validation-and-auto-jump-to-next-field#post-60530</link>
			<pubDate>Mon, 28 May 2012 10:36:07 +0000</pubDate>
			<dc:creator>broraxel</dc:creator>
			<guid isPermaLink="false">60530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nevermind, I think I've found what I need!&#60;/p&#62;
&#60;p&#62;Thank you for your help so far!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>broraxel on "Auto skip to next field and conditionally disabled/enabled submit-button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-entry-validation-and-auto-jump-to-next-field#post-60529</link>
			<pubDate>Mon, 28 May 2012 10:06:26 +0000</pubDate>
			<dc:creator>broraxel</dc:creator>
			<guid isPermaLink="false">60529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok! Thanks!&#60;/p&#62;
&#60;p&#62;One more thing: when tweaking the form with JS, is GF built with hooks? Some of the scripts will probably have to be executed within the &#38;lt;form&#38;gt;-tags,.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Auto skip to next field and conditionally disabled/enabled submit-button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-entry-validation-and-auto-jump-to-next-field#post-60528</link>
			<pubDate>Mon, 28 May 2012 09:59:31 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">60528@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can select fields that you want &#34;no duplicates&#34; in. For example, you can just set e-mail as no duplicates so that someone can only submit one entry per e-mail address, or you can have all fields as no duplicates making each field as a &#34;must be unique&#34; call. Each field is tested independently though. So it doesn't take other fields into consideration.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>broraxel on "Auto skip to next field and conditionally disabled/enabled submit-button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-entry-validation-and-auto-jump-to-next-field#post-60527</link>
			<pubDate>Mon, 28 May 2012 09:56:45 +0000</pubDate>
			<dc:creator>broraxel</dc:creator>
			<guid isPermaLink="false">60527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your quick response!&#60;/p&#62;
&#60;p&#62;Do you add the no-duplicates to one of the fields in the form, or to the submit-button?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Auto skip to next field and conditionally disabled/enabled submit-button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-entry-validation-and-auto-jump-to-next-field#post-60519</link>
			<pubDate>Mon, 28 May 2012 08:41:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">60519@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is correct, a field is not correct until it matches the predefined mask. There also is a hook to do custom validation on fields. &#60;/p&#62;
&#60;p&#62;Your last two questions are not built-in, but they are JavaScript customizations that can be developed by yourself or a competent JS developer. You can also have a field be no-duplicates thus helping solve the double click on submit creating two copies of data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>broraxel on "Auto skip to next field and conditionally disabled/enabled submit-button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-entry-validation-and-auto-jump-to-next-field#post-60501</link>
			<pubDate>Mon, 28 May 2012 05:19:40 +0000</pubDate>
			<dc:creator>broraxel</dc:creator>
			<guid isPermaLink="false">60501@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've already found the answer to my question regarding validating the contents of a field and there seems to be plenty of ways to go about this. I love the mask function! One question remains though: From what I can gather, the form will not be submitted until the entries match the predefined mask?&#60;/p&#62;
&#60;p&#62;My next question is if there's a function that auto skips to the next field when a field reaches it's max number of characters. (i.e. if there are multiple fields for phone number, i'd like the cursor/marker to skip to the next field). Is there such a function or can this be added by some custom tweaking?&#60;/p&#62;
&#60;p&#62;Last but not least I would like the submit-button to be deactivated once it's been hit, to prevent the form being sent multiple times (people these days are too impatient). &#60;/p&#62;
&#60;p&#62;Anyone who can help me out with these questions?&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
Axel
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
