<?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 Not Working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7</link>
		<description>Gravity Support Forums Topic: Date Picker Not Working</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:24:15 +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-not-working-7" rel="self" type="application/rss+xml" />

		<item>
			<title>robobobo on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-67596</link>
			<pubDate>Mon, 23 Jul 2012 17:33:08 +0000</pubDate>
			<dc:creator>robobobo</dc:creator>
			<guid isPermaLink="false">67596@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just for everyone else for future reference. The problem was that I had forgotten to call &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php wp_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in my footer which is needed to add in the necessary javascript
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robobobo on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66718</link>
			<pubDate>Tue, 17 Jul 2012 17:02:18 +0000</pubDate>
			<dc:creator>robobobo</dc:creator>
			<guid isPermaLink="false">66718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've sent it to you now. I've now moved the site to it's final domain to rule out subdomains and I still have the same issue&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.fbcompetitions.com/?page_id=29&#34; rel=&#34;nofollow&#34;&#62;http://www.fbcompetitions.com/?page_id=29&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66461</link>
			<pubDate>Mon, 16 Jul 2012 11:22:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66461@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Seems to me that it's related to the URLs and subdomains.&#60;/p&#62;
&#60;p&#62;Can you export your form and send it to &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; please?  I will install it here and see if there is a problem with the form or if the problem exists on your server.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robobobo on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66333</link>
			<pubDate>Sun, 15 Jul 2012 09:14:01 +0000</pubDate>
			<dc:creator>robobobo</dc:creator>
			<guid isPermaLink="false">66333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your reply Chris. &#60;/p&#62;
&#60;p&#62;I've now created a new page template for testing this out as you said&#60;br /&#62;
&#60;a href=&#34;http://www.competitions.social365.ie/?page_id=100&#34; rel=&#34;nofollow&#34;&#62;http://www.competitions.social365.ie/?page_id=100&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've also added the form in via the function call instead of the shortcode method. I'm also using the enqueue function to call the relevant scripts, however it doesn't seem to be adding in any scripts that I can see. They should be in the source code just before the div &#34;blog&#34; but there doesn't seem to be anything there,&#60;/p&#62;
&#60;p&#62;I've also changed the wordpress urls all to www. (this site is used primarily for testing and development so I didn't really worry with those sort of things)&#60;/p&#62;
&#60;p&#62;As you can see, the test page still doesn't have the date picker working, where as the share competition page does since I've hardcoded in the scripts there
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66277</link>
			<pubDate>Sat, 14 Jul 2012 20:42:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;With the shortcode method, the scripts should be enqueued automatically by Gravity Forms.  Is there anything on your site that interferes with shortcode processing?  Anything in your theme's functions.php that could cause this?&#60;/p&#62;
&#60;p&#62;Hard coding the scripts will work for a while, but is not a good solution.  You need to find the root of the problem.&#60;/p&#62;
&#60;p&#62;Can you set up a temporary page using a new page template, and call the form with the function call, and enqueue the scripts manually?  It might help narrow the problem down.&#60;/p&#62;
&#60;p&#62;Is it possible you have something strange going on with your subdomains of www and competitions?  Your WordPress URL and website URL in the wp-admin options page?  I see you hard coded the scripts with a different domain than where the website is located.  &#60;/p&#62;
&#60;p&#62;Is it possible your site is at &#60;strong&#62;www.&#60;/strong&#62; but this page lives at &#60;strong&#62;competitions.&#60;/strong&#62;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robobobo on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66255</link>
			<pubDate>Sat, 14 Jul 2012 11:39:53 +0000</pubDate>
			<dc:creator>robobobo</dc:creator>
			<guid isPermaLink="false">66255@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm calling it via the shortcode method, it's almost as if something is stripping out the javascript which just makes no sense as there is nothing in place that could do this. I might try adding it in manually and see if I can make it work that way&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Update:&#60;/strong&#62;&#60;br /&#62;
I hard coded in the javascript into to my head and now it's working! But it's still quite odd that it's not being added in automatically is it not?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66093</link>
			<pubDate>Fri, 13 Jul 2012 09:41:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66093@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you embed the form into that page using the shortcode method, or did you use a function call in the page template?  It does not look like the datepicker JavaScript is present.  These two scripts are missing:&#60;/p&#62;
&#60;p&#62;/plugins/gravityforms/js/jquery-ui/ui.datepicker.js?ver=1.6.4.5&#60;br /&#62;
/plugins/gravityforms/js/datepicker.js?ver=1.6.4.5
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robobobo on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66087</link>
			<pubDate>Fri, 13 Jul 2012 09:08:18 +0000</pubDate>
			<dc:creator>robobobo</dc:creator>
			<guid isPermaLink="false">66087@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using gravity forms Version 1.6.4.5.4 and Wordpress Version 3.4.1.&#60;/p&#62;
&#60;p&#62;I have the following settings checked:&#60;br /&#62;
Output CSS - YES&#60;br /&#62;
Output HTML5 - NO&#60;br /&#62;
No Conflict Mode - OFF (I've also tried this on)&#60;/p&#62;
&#60;p&#62;Yes I'm stumped too, I mean I've started this theme from scratch and there's very little code in it at all really. But yet it still works on Twenty-Eleven and as you said there's no errors...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66084</link>
			<pubDate>Fri, 13 Jul 2012 09:01:51 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">66084@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What version of WordPress and Gravity Forms are you using? In Gravity Forms' settings, what toggle switches do you have set? The date picker does work in preview mode, and in Twenty-Eleven, it is definitely some conflict with the theme, but I don't see any JavaScript errors listed when I use Chrome's Inspect tool, so I'm at a bit of a loss as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robobobo on "Date Picker Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-not-working-7#post-66026</link>
			<pubDate>Thu, 12 Jul 2012 18:47:13 +0000</pubDate>
			<dc:creator>robobobo</dc:creator>
			<guid isPermaLink="false">66026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I know there seems to be a fair few people with this problem, but I can't seem to fix it at all. Maybe one of you experts could have a look for me?&#60;/p&#62;
&#60;p&#62;I've got 3 date picker fields (trying to test them and get them to work) on this page &#60;a href=&#34;http://competitions.social365.ie/?page_id=29&#34; rel=&#34;nofollow&#34;&#62;http://competitions.social365.ie/?page_id=29&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, none of them work. I've only got 3 plugins on the site - gravity forms, custom post types and advanced custom fields. I disabled them all anyway to rule them out (except for gravity forms of course) and the date picker still doesn't work.&#60;/p&#62;
&#60;p&#62;The date picker does work in preview mode and also when I activate the 2011 wordpress theme. However not in this theme that I'm currently building from scratch. There's no javascript or jquery in the site at all which is what has me stumped and I can't see any errors. Can someone give me a hand here as this date picker is central to my site&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
