<?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: Embed Date Below gform Heading?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading</link>
		<description>Gravity Support Forums Topic: Embed Date Below gform Heading?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 18:25:00 +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/embed-date-below-gform-heading" rel="self" type="application/rss+xml" />

		<item>
			<title>WebEndev on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23989</link>
			<pubDate>Fri, 22 Apr 2011 18:50:57 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">23989@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked!&#60;br /&#62;
My PHP blunder... :)&#60;br /&#62;
Thanks Carl!&#60;br /&#62;
P.S. - Gravity Forms is a SUPER nice product, with great support!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23982</link>
			<pubDate>Fri, 22 Apr 2011 17:18:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23982@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, it's a problem with your code.&#60;/p&#62;
&#60;p&#62;Change this line in your shortcode PHP from this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo date(&#38;quot;m/d/Y&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;return date(&#38;quot;m/d/Y&#38;quot;);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23979</link>
			<pubDate>Fri, 22 Apr 2011 17:04:39 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">23979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately no, because this is in development on my local machine (I mean I could, but it would take a bit).&#60;br /&#62;
Another clue ... In the HTML field I did have this  [formDate] and as I said it displayed the date at the top of the form.&#60;br /&#62;
I have now changed it to: &#60;strong&#62;Date:&#60;/strong&#62; [formDate]  and now 'Date:' is displayed in the correct location, but the date is still at the top...?&#60;br /&#62;
Is this a problem with how I am using shortcodes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23976</link>
			<pubDate>Fri, 22 Apr 2011 16:55:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a URL to this new page so we can take a look? Hard to say without seeing the output.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23975</link>
			<pubDate>Fri, 22 Apr 2011 16:54:26 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">23975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;FYI - I just put the form into a fresh WP page, and it still displays the date at the top....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23974</link>
			<pubDate>Fri, 22 Apr 2011 16:51:23 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">23974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, I have the HTML field placed directly below the form settings (form title and description), but it is displaying ABOVE the entire form in the preview. Maybe a problem with just the preview, and it will work when I put the form into action?&#60;/p&#62;
&#60;p&#62;My code is very straight forward for the shortcode. &#38;gt;  &#60;a href=&#34;http://pastie.org/1823643&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1823643&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So I do have the HTML field where I want it, but the date is output at the top of the form...&#60;br /&#62;
Any thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23972</link>
			<pubDate>Fri, 22 Apr 2011 16:42:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any shortcodes placed in an HTML field within your form should be output within that HTML field.  So it shouldn't be outputting it above the form title and description if you placed it in the HTML field.  Is this what is happening?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Embed Date Below gform Heading?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embed-date-below-gform-heading#post-23971</link>
			<pubDate>Fri, 22 Apr 2011 16:29:03 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">23971@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I created a short code for displaying the date on my form, and then added the shortcode to a HTML block on the form. &#60;/p&#62;
&#60;p&#62;It does display the date, but it displays it at the top, above the form title and description.&#60;/p&#62;
&#60;p&#62;Is there a way to display it just below the form title and description?&#60;/p&#62;
&#60;p&#62;P.S. - I know I can add a php date function directly to my template, but it would be tidier to put it directly into the form and not have to remember to add it to the template.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
