<?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: How can I create a redirect when using feedburner code?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-create-a-redirect-when-using-feedburner-code</link>
		<description>Gravity Support Forums Topic: How can I create a redirect when using feedburner code?</description>
		<language>en-US</language>
		<pubDate>Sat, 18 Apr 2026 10:38:36 +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/how-can-i-create-a-redirect-when-using-feedburner-code" rel="self" type="application/rss+xml" />

		<item>
			<title>Francisco on "How can I create a redirect when using feedburner code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-create-a-redirect-when-using-feedburner-code#post-59410</link>
			<pubDate>Fri, 18 May 2012 11:14:41 +0000</pubDate>
			<dc:creator>Francisco</dc:creator>
			<guid isPermaLink="false">59410@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the feedburner blog says their API is deprecated, but thanks again for your reply and suggestions. I will look into this to see if there's another way to do it.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "How can I create a redirect when using feedburner code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-create-a-redirect-when-using-feedburner-code#post-59392</link>
			<pubDate>Fri, 18 May 2012 08:09:07 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't put a form inside a form which is why the Gravity Forms one isn't working, and you shouldn't put the same form two times on the same page, which could be causing other complications. Gravity Forms can't control how another form works. I am sure you could use Gravity Forms to submit an e-mail address to Feedburner but I'm not sure of how the API works currently to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Francisco on "How can I create a redirect when using feedburner code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-create-a-redirect-when-using-feedburner-code#post-59363</link>
			<pubDate>Fri, 18 May 2012 01:08:35 +0000</pubDate>
			<dc:creator>Francisco</dc:creator>
			<guid isPermaLink="false">59363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In here you can see the two forms. The one in the sidebar works fine but doesn't redirect while the one in the content area (the one using GF) doesn't work :(&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vinculando.org/buscar/&#34; rel=&#34;nofollow&#34;&#62;http://vinculando.org/buscar/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Francisco on "How can I create a redirect when using feedburner code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-create-a-redirect-when-using-feedburner-code#post-59362</link>
			<pubDate>Fri, 18 May 2012 00:55:24 +0000</pubDate>
			<dc:creator>Francisco</dc:creator>
			<guid isPermaLink="false">59362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I use feedburner for subscribers to receive new posts and I want to redirect them to certain page after they have submitted their email. Is this possible?&#60;/p&#62;
&#60;p&#62;I've tryed to include feedburner's code inside an Html field within GF but I get two &#34;submit&#34; buttons and neither one works. This is FB's code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form id=&#38;quot;subscribe&#38;quot; action=&#38;quot;http://feedburner.google.com/fb/a/mailverify&#38;quot; method=&#38;quot;post&#38;quot; target=&#38;quot;popupwindow&#38;quot; onsubmit=&#38;quot;window.open( &#38;#39;http://feedburner.google.com/fb/a/mailverify?uri=myuri&#38;#39;, &#38;#39;popupwindow&#38;#39;, &#38;#39;scrollbars=yes,width=550,height=520&#38;#39;);return true&#38;quot;&#38;gt;
 &#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;@&#38;quot; id=&#38;quot;subbox&#38;quot; onfocus=&#38;quot;if ( this.value == &#38;#39;@&#38;#39;) { this.value = &#38;#39;&#38;#39;; }&#38;quot; onblur=&#38;quot;if ( this.value == &#38;#39;&#38;#39; ) { this.value = &#38;#39;@&#38;#39;; }&#38;quot; name=&#38;quot;email&#38;quot; /&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; value=&#38;quot;username&#38;quot; name=&#38;quot;uri&#38;quot;/&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;loc&#38;quot; value=&#38;quot;en&#38;quot;/&#38;gt;
&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; id=&#38;quot;subbutton&#38;quot; /&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
