<?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: Calendar - does the date picker (still) allow users to pick dates in the past?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past</link>
		<description>Gravity Support Forums Topic: Calendar - does the date picker (still) allow users to pick dates in the past?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:53:49 +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/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Calendar - does the date picker (still) allow users to pick dates in the past?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-184689</link>
			<pubDate>Mon, 25 Mar 2013 23:31:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jennybeaumont on "Calendar - does the date picker (still) allow users to pick dates in the past?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-184136</link>
			<pubDate>Mon, 25 Mar 2013 13:00:56 +0000</pubDate>
			<dc:creator>jennybeaumont</dc:creator>
			<guid isPermaLink="false">184136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rock n roll! That did it, thank you so much! :D&#60;br /&#62;
-jennyb
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Calendar - does the date picker (still) allow users to pick dates in the past?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-184133</link>
			<pubDate>Mon, 25 Mar 2013 12:56:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184133@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To prevent the user from typing into the field, you can make it readonly.  See this suggestion: &#60;a href=&#34;http://stackoverflow.com/a/4164627&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/a/4164627&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is how you can make any field in Gravity Forms &#34;read only&#34;:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/non-editable-text-field-request#post-151024&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/non-editable-text-field-request#post-151024&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jennybeaumont on "Calendar - does the date picker (still) allow users to pick dates in the past?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-184054</link>
			<pubDate>Mon, 25 Mar 2013 09:40:20 +0000</pubDate>
			<dc:creator>jennybeaumont</dc:creator>
			<guid isPermaLink="false">184054@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey - this is great, just what I was looking for! However, I notice that this doesn't prevent people from typing in what they want. Only the calendar tool is restrcited. Any ideas about blocking the field so that users are forced to use the calendar?&#60;/p&#62;
&#60;p&#62;cheers!&#60;br /&#62;
-jennyb
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Calendar - does the date picker (still) allow users to pick dates in the past?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-129376</link>
			<pubDate>Wed, 23 Jan 2013 08:46:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">129376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This JavaScript added to the head section of the page where the datepicker is in use will prevent any past dates from being selected:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function($) {
    $(&#38;quot;.datepicker&#38;quot;).datepicker({ minDate: 0 });
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Calendar - does the date picker (still) allow users to pick dates in the past?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-129367</link>
			<pubDate>Wed, 23 Jan 2013 08:43:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">129367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is a way to do it.  It requires adding JavaScript (jQuery) to the page where your form is embedded to restrict the date range.  It's not a feature of Gravity Forms, but you can control all the options of the jQuery UI Datepicker.  They are documented here: &#60;a href=&#34;http://jqueryui.com/datepicker/&#34; rel=&#34;nofollow&#34;&#62;http://jqueryui.com/datepicker/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pming on "Calendar - does the date picker (still) allow users to pick dates in the past?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-128948</link>
			<pubDate>Tue, 22 Jan 2013 23:06:54 +0000</pubDate>
			<dc:creator>pming</dc:creator>
			<guid isPermaLink="false">128948@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think there's an existing topic about this, but I can't access it since my license has expired.&#60;/p&#62;
&#60;p&#62;I'm planning to renew my license, but I want to know first if this issue still exist or if there's a way to keep users from picking dates in the past.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
