<?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: Datepicker showing up for all fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/datepicker-showing-up-for-all-fields</link>
		<description>Gravity Support Forums Topic: Datepicker showing up for all fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:24: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/datepicker-showing-up-for-all-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Datepicker showing up for all fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-showing-up-for-all-fields#post-52816</link>
			<pubDate>Mon, 19 Mar 2012 01:10:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52816@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. Glad that helped out. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandrakidd on "Datepicker showing up for all fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-showing-up-for-all-fields#post-52815</link>
			<pubDate>Mon, 19 Mar 2012 00:46:48 +0000</pubDate>
			<dc:creator>sandrakidd</dc:creator>
			<guid isPermaLink="false">52815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect - that did the trick! Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Datepicker showing up for all fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-showing-up-for-all-fields#post-52812</link>
			<pubDate>Mon, 19 Mar 2012 00:34:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52812@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;looks like you're applying this to just the 'input&#34; tag rather than just specific inputs.. That's why it's showing with every field.. because they're all using the 'input' element.. it should be something more like this.. you would need to view your source and find the actual ID of your datepicker field and plug it in.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
$(document).ready(function(){
    $(&#38;#39;input#input_1_25&#38;#39;).datepicker({beforeShowDay: function(date){
        return [(date.getDay() &#38;gt; 1), &#38;#39;&#38;#39;];
    }});
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sandrakidd on "Datepicker showing up for all fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-showing-up-for-all-fields#post-52808</link>
			<pubDate>Mon, 19 Mar 2012 00:24:52 +0000</pubDate>
			<dc:creator>sandrakidd</dc:creator>
			<guid isPermaLink="false">52808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have used the following JS to blockout Sundays and Mondays for my form, but it's causing the datepicker to pop up in every field in the form.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
$(document).ready(function(){
    $(&#38;#39;input&#38;#39;).datepicker({beforeShowDay: function(date){
        return [(date.getDay() &#38;gt; 1), &#38;#39;&#38;#39;];
    }});
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here is a link to the page with the form: &#60;a href=&#34;http://alturl.com/jiptg&#34; rel=&#34;nofollow&#34;&#62;http://alturl.com/jiptg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas as to how to get around this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
