My blog is at http://theorganicadventurer.com/blog/
I have a feedburner subscribe via email box. When the pop up opens for a reader to enter the recaptcha and subscribe, their email does not autopopulate from the previous page, they have to reenter their email address again. How can I get the form to push their email for them?
Thanks!
Below is the code:
<form style="border:0px solid #ccc;padding:3px;text-align:left;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=TheOrganicAdventurer', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">Follow by Email:<input type="text" style="width:150px" placeholder="Enter Email Address"/><input type="hidden" value="TheOrganicAdventurer" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Submit" /></form>
Thanks!