- This topic has 3 replies, 3 voices, and was last updated 10 years, 2 months ago by
WordPress Eden.
- AuthorPosts
- December 5, 2011 at 7:38 pm #136
ctornabe
MemberWanted to know how to add an email input box like pictured here https://wpeden.com/product/quick-notice-bar-pro/. I tried adding a form to the post but did not work. Can you please help explain how to do this.
Thanks
December 5, 2011 at 11:08 pm #138WordPress Eden
Keymastersimply add your subscription form html code in quick notice field.
like:<form style="text-align:center;padding:0px !important;margin:0px
!important;border:0px !important;" action="http://feedburner.google.com/fb/a/mailverify"
method="post" target="popupwindow" onsubmit="window.open(‘http://feedburner.google.com/fb/a/mailverify?uri=wpdmpro’,
‘popupwindow’, ‘scrollbars=yes,width=550,height=520’);return true"><input
type="hidden" name="loc" value="en_US"/><input type="hidden" value="wpdmpro"
name="uri"/>
<table align=center border="0" cellpadding=0 cellspacing=0 style="border:0px
!important;padding:0px !important;margin:0px !important;height:30px;">
<tr>
<td valign=middle style="border:0px !important;padding:0px !important;margin:0px
!important;">Enter your email address:</td>
<td valign=middle style="border:0px !important;padding:0px !important;margin:0px
!important;"><input style="margin:6px 0 0 0
!important;padding:2px;width:140px;font-size:8pt;" type="text"
name="email"/></td>
<td valign=middle style="border:0px !important;padding:0px !important;margin:0px
!important;"><input style="margin:0px !important;" type="submit"
value="Subscribe" /></td>
</tr>
</table>
</form>December 11, 2011 at 9:52 pm #196scottandbecki
MemberWhat “Field” do you mean when you say to “add your subscription form html code in quick notice field”?
December 12, 2011 at 11:36 am #202WordPress Eden
KeymasterI meant the html code i mentioned in my previous reply. you can get such code from feedburner or any other similar service.
- AuthorPosts
- You must be logged in to reply to this topic.