<?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 icon / date picker not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working</link>
		<description>Gravity Support Forums Topic: Calendar icon / date picker not working</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:49:44 +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-icon-date-picker-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-40850</link>
			<pubDate>Fri, 11 Nov 2011 16:38:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">40850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@wahhadesign It appears to be some sort of Javascript issue.  I see you are loading jQuery from WordPress but then something else is loading a different version of jQuery UI from Google's API service.  You are going to have to test for theme and plugin conflicts.  Something else is causing this issue.&#60;/p&#62;
&#60;p&#62;You will have to follow the directions here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wahhadesign on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-40842</link>
			<pubDate>Fri, 11 Nov 2011 16:25:08 +0000</pubDate>
			<dc:creator>wahhadesign</dc:creator>
			<guid isPermaLink="false">40842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry it is : &#60;a href=&#34;http://www.livinoutloudmag.com/events/event-submission/&#34; rel=&#34;nofollow&#34;&#62;http://www.livinoutloudmag.com/events/event-submission/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-40838</link>
			<pubDate>Fri, 11 Nov 2011 16:21:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">40838@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@wahhadesign You would have to provide us with a link to the page containing the form.  We can't give you suggestions without being able to see the page.  If the datepicker isn't working then it's a Javascript issue.  It's either going to be caused by the theme not having the proper header and footer calls or it's going to be caused by a Javascript error on the page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wahhadesign on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-40808</link>
			<pubDate>Fri, 11 Nov 2011 07:37:03 +0000</pubDate>
			<dc:creator>wahhadesign</dc:creator>
			<guid isPermaLink="false">40808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the wp_footer() in my footer and it still does not work, and I am using the shortcode to insert it into a page.  Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-5066</link>
			<pubDate>Wed, 28 Apr 2010 15:02:47 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Steaprok - The date picker requires a script (datepicker.js) to be loaded to work. This is normally loaded automatically when you use the shortcode to embed the form in a page or post. When you use the form in a sidebar or embed it manually into a page template, you have to enqueue the necessary scripts and CSS to make sure everything works properly.&#60;/p&#62;
&#60;p&#62;You'll find the necessary information on the bottom of the documentation page listed below.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll also need to make sure you have the correct function calls in your header/footer - wp_head() and wp_footer() as Carl mentioned above so the scripts get included in the page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steaprok on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-5063</link>
			<pubDate>Wed, 28 Apr 2010 14:51:27 +0000</pubDate>
			<dc:creator>Steaprok</dc:creator>
			<guid isPermaLink="false">5063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Date Picker Calendar is not showing up for me either on my website. &#60;a href=&#34;http://budgetautoshipping.com.customers.tigertech.net&#34; rel=&#34;nofollow&#34;&#62;http://budgetautoshipping.com.customers.tigertech.net&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please this is very important, one of the main reasons I made the switch to try GForms.&#60;/p&#62;
&#60;p&#62;If this issue gets resolved I will be using GForms on all my clients websites, I would purchase the developers license of course.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-2210</link>
			<pubDate>Thu, 17 Dec 2009 14:06:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2210@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I noticed the necessary javascript is not being output in your source code which means you do not have a standard WordPress function call in the footer.php file of your theme.&#60;/p&#62;
&#60;p&#62;The function is wp_footer() and this needs to go in your footer.php file.&#60;/p&#62;
&#60;p&#62;You can read more on the wp_footer() function and where exactly you should put it in your footer.php file here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This function call allows plugins to insert code into the footer of your site, which is where Gravity Forms outputs the necessary javascript for the date picker AND conditional logic to work.&#60;/p&#62;
&#60;p&#62;Let me know if that does the trick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Phoenix Design on "Calendar icon / date picker not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-icon-date-picker-not-working#post-2208</link>
			<pubDate>Thu, 17 Dec 2009 13:22:40 +0000</pubDate>
			<dc:creator>Phoenix Design</dc:creator>
			<guid isPermaLink="false">2208@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form located at &#60;a href=&#34;http://agingoptions.com/life-care-planning-2/&#34; rel=&#34;nofollow&#34;&#62;http://agingoptions.com/life-care-planning-2/&#60;/a&#62; and in the backend i have date picker as the input method and calendar icon checked and the icon is not showing up and the date picker isn't working at all.  Any idea what could be causing this?  The rest of the form works flawlessly.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Rex
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
