<?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: Signature field not showing when used in template</title>
		<link>https://legacy.forums.gravityhelp.com/topic/signature-field-not-showing-when-used-in-template</link>
		<description>Gravity Support Forums Topic: Signature field not showing when used in template</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:06:38 +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/signature-field-not-showing-when-used-in-template" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Signature field not showing when used in template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/signature-field-not-showing-when-used-in-template#post-104003</link>
			<pubDate>Tue, 18 Dec 2012 10:40:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">104003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting your solution. I am sure it will come in handy for others.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shinemarketing on "Signature field not showing when used in template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/signature-field-not-showing-when-used-in-template#post-103961</link>
			<pubDate>Tue, 18 Dec 2012 08:09:22 +0000</pubDate>
			<dc:creator>shinemarketing</dc:creator>
			<guid isPermaLink="false">103961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, sorted it, I'd somehow dropped the enqueue function when I moved to a new template.&#60;/p&#62;
&#60;p&#62;for reference for anyone else looking at this, this is how I added the enqueue to the right place in the head using a custom genesis template:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/5547049&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5547049&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Signature field not showing when used in template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/signature-field-not-showing-when-used-in-template#post-103802</link>
			<pubDate>Tue, 18 Dec 2012 01:13:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">103802@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I get a JavaScript error on that page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 12/17/12 11:08:15 PM
Error: ReferenceError: SuperSignature is not defined
Source File: &#60;a href=&#34;http://visiblybetter.net/proposal/demo/&#34; rel=&#34;nofollow&#34;&#62;http://visiblybetter.net/proposal/demo/&#60;/a&#62;
Line: 88&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That is why the signature field is not showing up.  When you embed a form in a template with the function call (you're using do_shortcode, which will in turn call the function) you need to enqueue the Gravity Forms scripts.  It works when embedded in a regular post because Gravity Forms is doing to required work to embed the scripts. When you use the function call, you have to enqueue the scripts yourself.  &#60;/p&#62;
&#60;p&#62;You said you used gravity_form_enqueue_scripts, and that is what is required.  Can you show us how you added that code and provide a link to a page where you are embedding the form via the function call, and also enqueuing the scripts with gravity_form_enqueue_scripts?  Maybe it was just not called at the right time or something, when you did use it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shinemarketing on "Signature field not showing when used in template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/signature-field-not-showing-when-used-in-template#post-103668</link>
			<pubDate>Mon, 17 Dec 2012 19:55:31 +0000</pubDate>
			<dc:creator>shinemarketing</dc:creator>
			<guid isPermaLink="false">103668@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;post with the form in is here:&#60;br /&#62;
&#60;a href=&#34;http://visiblybetter.net/proposal/demo/&#34; rel=&#34;nofollow&#34;&#62;http://visiblybetter.net/proposal/demo/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm using the genesis framework and this is the code for the custom template:&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/5545231&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5545231&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have tried removing every plugin but this one.&#60;/p&#62;
&#60;p&#62;It works fine when added to a regular post, but in an advanced custom field WYSIWYG or when added via the template, no joy.&#60;/p&#62;
&#60;p&#62;Oddly, if you hit submit, the signature area appears correctly in the validation error (it is a required field)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Signature field not showing when used in template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/signature-field-not-showing-when-used-in-template#post-103447</link>
			<pubDate>Mon, 17 Dec 2012 09:43:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">103447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you link to your form please?&#60;/p&#62;
&#60;p&#62;Also, how are you adding this to the template?  Please show all relevant code.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shinemarketing on "Signature field not showing when used in template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/signature-field-not-showing-when-used-in-template#post-103429</link>
			<pubDate>Mon, 17 Dec 2012 08:32:21 +0000</pubDate>
			<dc:creator>shinemarketing</dc:creator>
			<guid isPermaLink="false">103429@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the signature plugin working fine when I use the shortcode generator within a post, however I''d like to add it to my template so it appears consistently, and also if we decide to change the form ID at a later date.&#60;/p&#62;
&#60;p&#62;I've tried using the function call from this page&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've also tried using the do_shortcode() function and in both cases all form fields appear but there's no signature area.&#60;/p&#62;
&#60;p&#62;I've tried using the gravity_form_enqueue_scripts both just ahead of these functions, and in the header, and done all this on a clean twenty ten theme with all other plugins deactivated
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
