<?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: Use Gravity Form in Text Widget</title>
		<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget</link>
		<description>Gravity Support Forums Topic: Use Gravity Form in Text Widget</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:03:41 +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/use-gravity-form-in-text-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-90427</link>
			<pubDate>Mon, 12 Nov 2012 22:51:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">90427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@cluckie, do you mean the code in this post:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/use-gravity-form-in-text-widget#post-50141&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/use-gravity-form-in-text-widget#post-50141&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That code goes in your theme's functions.php and just tells WordPress to process shortcodes inside  widgets.&#60;/p&#62;
&#60;p&#62;If you are having trouble using Gravity Forms, please begin a new topic and ask your question there.  We'll be happy to help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cluckie on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-90354</link>
			<pubDate>Mon, 12 Nov 2012 20:14:15 +0000</pubDate>
			<dc:creator>cluckie</dc:creator>
			<guid isPermaLink="false">90354@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did this ever work? Where do we add the new code? In the themes Functions.php or the Generate box functions.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sethneal on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-50157</link>
			<pubDate>Tue, 21 Feb 2012 22:19:29 +0000</pubDate>
			<dc:creator>sethneal</dc:creator>
			<guid isPermaLink="false">50157@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kyle, you are a freaking genius! Perfect. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-50141</link>
			<pubDate>Tue, 21 Feb 2012 17:54:27 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">50141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You might just need to add:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_filter(&#38;#39;widget_text&#38;#39;, &#38;#39;do_shortcode&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to your theme's functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sethneal on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-50127</link>
			<pubDate>Tue, 21 Feb 2012 14:07:27 +0000</pubDate>
			<dc:creator>sethneal</dc:creator>
			<guid isPermaLink="false">50127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Its a Text Widget. Text or HTML. However, I suppose I could try PHP in one of those advanced text widgets (I forget the plugin name). If I was to try that, what PHP code would I put in there?&#60;/p&#62;
&#60;p&#62;Thank you David.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-49510</link>
			<pubDate>Wed, 15 Feb 2012 16:00:17 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Seth,&#60;/p&#62;
&#60;p&#62;The HTML form is dynamically generated when the shortcode or gravity_form() function is loaded. Unfortunately there is no static HTML form that Gravity Forms uses. Is the &#34;Generate Box&#34; (plugin/theme functionality?) typically support shortcodes? If not, seeing if there is a solution for this to support shortcodes would be your best bet. Alternately, if it could support a bit of PHP code, you could use the &#34;gravity_forms()&#34; function to include the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sethneal on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-49499</link>
			<pubDate>Wed, 15 Feb 2012 14:16:37 +0000</pubDate>
			<dc:creator>sethneal</dc:creator>
			<guid isPermaLink="false">49499@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David,&#60;/p&#62;
&#60;p&#62;I have the MailChimp add-on.&#60;/p&#62;
&#60;p&#62;The issue is the &#34;Generate Box&#34; uses a text widget. So I need to put text/ html in this text widget. I've tried using the gravity form short code and it doesn't work.&#60;/p&#62;
&#60;p&#62;So, I'm assuming there's someway to actually find the HTML form code that Gravity Forms uses. That's what I need!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-49496</link>
			<pubDate>Wed, 15 Feb 2012 13:52:15 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49496@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Seth,&#60;/p&#62;
&#60;p&#62;It would probably be easier to use the Gravity Forms widget and then integrate the form with MailChimp via the Gravity Forms MailChimp add-on. You would need at least a Business license to get access to the MailChimp add-on, but it is well worth the money! So easy to setup. :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sethneal on "Use Gravity Form in Text Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-gravity-form-in-text-widget#post-48946</link>
			<pubDate>Thu, 09 Feb 2012 18:59:09 +0000</pubDate>
			<dc:creator>sethneal</dc:creator>
			<guid isPermaLink="false">48946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, I am using a new StudioPress theme, Generate, for a site and it has a text widget where you can include code for a form (in this case mailchimp) to subscribe to the blog, etc. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://davidmarkbrownwrites.com/&#34; rel=&#34;nofollow&#34;&#62;http://davidmarkbrownwrites.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The current code I'm using for the form is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form action=&#38;quot;http://davidmarkbrownwrites.us1.list-manage.com/subscribe/post?u=37df5e2ebfbf529f941095a2e&#38;amp;id=1edce3322a&#38;quot; method=&#38;quot;post&#38;quot; id=&#38;quot;mc-embedded-subscribe-form&#38;quot; name=&#38;quot;mc-embedded-subscribe-form&#38;quot; class=&#38;quot;validate&#38;quot; target=&#38;quot;_blank&#38;quot; /&#38;gt;
&#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;Your Best Email&#38;quot; name=&#38;quot;EMAIL&#38;quot; class=&#38;quot;required email&#38;quot; id=&#38;quot;mce-EMAIL&#38;quot; /&#38;gt;
&#38;lt;div class=&#38;quot;response&#38;quot; id=&#38;quot;mce-error-response&#38;quot; style=&#38;quot;display:none&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;quot;response&#38;quot; id=&#38;quot;mce-success-response&#38;quot; style=&#38;quot;display:none&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Subscribe&#38;quot; name=&#38;quot;subscribe&#38;quot; id=&#38;quot;mc-embedded-subscribe&#38;quot; class=&#38;quot;button&#38;quot; /&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But what I WANT to do is be able to use my Gravity form that does the same thing, so he can track through gravity forms all those who subscribe to the blog. (I have a gravity form subscribe to the blog type form in the sidebar.) &#60;/p&#62;
&#60;p&#62;I just don't know how to do this. &#60;/p&#62;
&#60;p&#62;I tried using the short code, but no go. &#60;/p&#62;
&#60;p&#62;Is there a way to see the code for a particular gravity form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
