<?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: Display the Calendar in the opened state</title>
		<link>https://legacy.forums.gravityhelp.com/topic/display-the-calendar-in-the-opened-state</link>
		<description>Gravity Support Forums Topic: Display the Calendar in the opened state</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:25:31 +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/display-the-calendar-in-the-opened-state" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Display the Calendar in the opened state"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-the-calendar-in-the-opened-state#post-152575</link>
			<pubDate>Fri, 22 Feb 2013 20:02:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">152575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like you can use the show() function:&#60;br /&#62;
&#60;a href=&#34;http://api.jqueryui.com/datepicker/&#34; rel=&#34;nofollow&#34;&#62;http://api.jqueryui.com/datepicker/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I added a datepicker to the page and then added this code to my theme's functions.php to include a small bit of jQuery to force the datepicker to shown when the page is loaded: &#60;a href=&#34;http://pastebin.com/s6rDnwJ2&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/s6rDnwJ2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There are simpler ways to add the jQuery to the page, but above is how I did it.  This is the code which forces the datepicker open:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
jQuery(document).ready(function($) {
	$( &#38;quot;body .gform_wrapper input.datepicker&#38;quot; ).datepicker( &#38;quot;show&#38;quot; );
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you added it to the header of your page, it would look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function($) {
	$( &#38;quot;body .gform_wrapper input.datepicker&#38;quot; ).datepicker( &#38;quot;show&#38;quot; );
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>webmarketingsmart on "Display the Calendar in the opened state"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/display-the-calendar-in-the-opened-state#post-150402</link>
			<pubDate>Tue, 19 Feb 2013 17:56:49 +0000</pubDate>
			<dc:creator>webmarketingsmart</dc:creator>
			<guid isPermaLink="false">150402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;How can I have the date picker to show the calendar in the opened state when the page is loaded?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
