<?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: Date Picker Restriction Dates</title>
		<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates</link>
		<description>Gravity Support Forums Topic: Date Picker Restriction Dates</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:43:14 +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/date-picker-restriction-dates" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Date Picker Restriction Dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates#post-142555</link>
			<pubDate>Tue, 05 Feb 2013 11:40:17 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">142555@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted out. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>britweb on "Date Picker Restriction Dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates#post-142347</link>
			<pubDate>Tue, 05 Feb 2013 06:30:08 +0000</pubDate>
			<dc:creator>britweb</dc:creator>
			<guid isPermaLink="false">142347@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good morning David, no worries I have just solved the issue! I used the above script in the header but I was incorrectly targeting all date pickers, so instead i targeted each one and it is working perfectly!&#60;/p&#62;
&#60;p&#62;Thank you for the help, so relieved to get this fixed. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>britweb on "Date Picker Restriction Dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates#post-142340</link>
			<pubDate>Tue, 05 Feb 2013 06:22:06 +0000</pubDate>
			<dc:creator>britweb</dc:creator>
			<guid isPermaLink="false">142340@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using this script at the moment in my header with no prevail. Any ideas of how I can get this working?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[js]
&#38;lt;script&#38;gt;
jQuery.noConflict();
jQuery(document).ready(function($) {
$( &#38;quot;#datepicker&#38;quot; ).datepicker({ minDate: &#38;#39;+2&#38;#39;, gotoCurrent: true, prevText: &#38;#39;&#38;#39;, showOn: &#38;#39;both&#38;#39;, buttonImage: &#38;#39;/wp-content/plugins/gravityforms/images/calendar.png&#38;#39;, buttonImageOnly: true });
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>britweb on "Date Picker Restriction Dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates#post-141615</link>
			<pubDate>Mon, 04 Feb 2013 13:55:52 +0000</pubDate>
			<dc:creator>britweb</dc:creator>
			<guid isPermaLink="false">141615@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tts.britwebtest.co.uk/bangkok-airport-taxis/&#34; rel=&#34;nofollow&#34;&#62;http://tts.britwebtest.co.uk/bangkok-airport-taxis/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Date Picker Restriction Dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates#post-141604</link>
			<pubDate>Mon, 04 Feb 2013 13:43:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">141604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you please link to your form where you've attempted to implement any of those restrictions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>britweb on "Date Picker Restriction Dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates#post-141598</link>
			<pubDate>Mon, 04 Feb 2013 13:35:36 +0000</pubDate>
			<dc:creator>britweb</dc:creator>
			<guid isPermaLink="false">141598@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I should add i also have multiple Date pickers and would like the same effect on all of them. They are located on multiple pages as well as additional conditional drop down fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>britweb on "Date Picker Restriction Dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-restriction-dates#post-141569</link>
			<pubDate>Mon, 04 Feb 2013 12:39:13 +0000</pubDate>
			<dc:creator>britweb</dc:creator>
			<guid isPermaLink="false">141569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good afternoon,&#60;/p&#62;
&#60;p&#62;I have seen and tried implementing the date range restrictions as advertised in the forum, however they are not working. I am using a Gravity Form to call in a date picker and wish to restrict the date choice to only allow the date 48 ahead and beyond to be allowed to be chosen. I have been told because i am using a wordpress site the previous forum chats will not work. Does anyone have any ideas?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
