How To Add Simple Subscription Form Below Posts In Blogger
- Goto Blogger Dashboard > Design > Edit Html and search for
- Paste the following code just below <data:post.body/>:
<form action=’http://feedburner.google.com/fb/a/mailverify’ method=’post’ onsubmit=’window.open('http://feedburner.google.com/fb/a/mailverify?uri=LatestBloggingTips4U', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true’ style=’border:1px solid #DDD;padding:3px;text-align:center;background:#F1F1F1;’ target=’popupwindow’><span style=’margin:0 auto; padding-left:24px; position:relative;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH5t-iu8cL_uWVDgTms-6Z71ln_vyAfgedNI_zfvQYk3_FBD1EKkH1Y5kKZiL0Tb_weYdR5RVKrErHJRCebL0FU48v7raZRPiMw4st883JQssjJdXlN-aGHk8YdGhybQtsShBvuO9ogps/s1600/myrss.gif) right center no-repeat;’/></span>Get Free Updates Daily: <input name=’email’ onblur=’if (this.value == "") {this.value = "Enter your email";}’ onfocus=’if (this.value == "Enter your email") {this.value = ""}’ style=’width:176px;height:18px; background: #ffffa0 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiknuQABDFaQbWAg2nC5rUyRusMoUn4MYjSlX3MZFc1fsqUshwoQMnrN3rVmumhllk46IX5yYLqYEVijg37iFSQtjxeNWKMMsa3gfGJo7RAf5W6unQdy-6AEbbE3WJCc2H_93ChMIRZdLzl/s1600/new-email.png) left no-repeat;padding: 1px 0px 1px 24px;border: 1px solid #8cafe3;’ type=’text’ value=’Enter your email’/><input name=’uri’ type=’hidden’ value=’LatestBloggingTips4U‘/><input name=’loc’ type=’hidden’ value=’en_US’/><input type=’submit’ value=’Subscribe’/>
<center><i>*Please click on the confirmation link sent in your Spam folder of Email*</i></center>
</form>
<center><i>*Please click on the confirmation link sent in your Spam folder of Email*</i></center>
</form>
- Replace LatestBloggingTips4U your feed id. Save the template and your just done!