<?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: Time limit to fill a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form</link>
		<description>Gravity Support Forums Topic: Time limit to fill a form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:35:12 +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/time-limit-to-fill-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>danielmt on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-50641</link>
			<pubDate>Mon, 27 Feb 2012 06:46:38 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">50641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any help with this??? It's been a week since my ask for help...&#60;/p&#62;
&#60;p&#62;:(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-50336</link>
			<pubDate>Thu, 23 Feb 2012 12:57:34 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">50336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any help on this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49815</link>
			<pubDate>Sat, 18 Feb 2012 05:49:39 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">49815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks guys for your answers. In this case, it would be enough just to save the timestamp at where the form is first opened. You're talking about to populating a hidden field with a the timestamp.&#60;/p&#62;
&#60;p&#62;I have no idea how to do this. Any advice? Any example? How to set a hook in gravity forms?&#60;/p&#62;
&#60;p&#62;Another question related is that I'm going to create a big form, so it's going to be spread over 4 pages (multi-page form). I would like to warn the student the time at which the test (the form) was started. Is it an easy way to display this Hidden field as a read-only field to warn the students the time they're taking in the form?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49728</link>
			<pubDate>Fri, 17 Feb 2012 17:13:55 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">49728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@kyle is correct.  What you could do is dynamically populate a hidden field when the form is loaded with a timestamp.  Then write custom validation with the gform_validation hook to check that timestamp and see how much time has past.  If they took too long, trigger a validation error.  You could also implement some jQuery that displays a countdown clock of some sort.  None of this is built in functionality, it would require custom code to implement.  But it's certainly possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49704</link>
			<pubDate>Fri, 17 Feb 2012 15:03:32 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">49704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you need to read the item on adequate time to answer questions, that Kevin linked to.  They suggest 48 hours there, I believe.&#60;/p&#62;
&#60;p&#62;You might have some luck creating a hidden field, checking &#34;Allow field to be populated dynamically&#34;  and setting up a custom hook that inserts the time - but I'm not sure if that gets inserted when the form first appears or on submission, so you'll want to run some tests.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49676</link>
			<pubDate>Fri, 17 Feb 2012 08:13:55 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">49676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any help on this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49622</link>
			<pubDate>Thu, 16 Feb 2012 14:25:26 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">49622@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, thanks.&#60;br /&#62;
Another approach. It would be enough for me to save the timestamps at where the user loaded the form (when the user sees it), and another timestamp when the users sends it.&#60;/p&#62;
&#60;p&#62;Is there a way to have this timestamps sent within the form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49617</link>
			<pubDate>Thu, 16 Feb 2012 14:22:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">49617@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, you would have to customize the form to do this. It's not a feature. &#60;/p&#62;
&#60;p&#62;Also, it's was just 7 hours between your posts ( the original one created before our posted support hours ) - please try to give us &#60;a href=&#34;http://www.gravityhelp.com/support-times/&#34; rel=&#34;nofollow&#34;&#62;adequate time&#60;/a&#62; answer questions. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49600</link>
			<pubDate>Thu, 16 Feb 2012 12:33:44 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">49600@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any update on this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Time limit to fill a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-limit-to-fill-a-form#post-49573</link>
			<pubDate>Thu, 16 Feb 2012 05:53:51 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">49573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I wanted to know if there's a way to limit the amount of time a user can take to fill a form. It's for an academy test, so the students have limited time to fill the form.&#60;/p&#62;
&#60;p&#62;For example, to have 30 minutes to fill a questionnaire and then, auto submit the form.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
