PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

How can I create a redirect when using feedburner code?

  1. Hi,

    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?

    I've tryed to include feedburner's code inside an Html field within GF but I get two "submit" buttons and neither one works. This is FB's code:

    <form id="subscribe" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open( 'http://feedburner.google.com/fb/a/mailverify?uri=myuri', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
     <input type="text" value="@" id="subbox" onfocus="if ( this.value == '@') { this.value = ''; }" onblur="if ( this.value == '' ) { this.value = '@'; }" name="email" />
    <input type="hidden" value="username" name="uri"/>
    <input type="hidden" name="loc" value="en"/>
    <input type="submit" value="Submit" id="subbutton" />
    </form>
    Posted 11 years ago on Friday May 18, 2012 | Permalink
  2. 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 :(

    http://vinculando.org/buscar/

    Posted 11 years ago on Friday May 18, 2012 | Permalink
  3. David Peralty

    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.

    Posted 11 years ago on Friday May 18, 2012 | Permalink
  4. 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.

    Regards

    Posted 11 years ago on Friday May 18, 2012 | Permalink