añadiendo formulario a html boletín de correo electrónico

¿Es posible agregar un formulario a un boletín electrónico? He intentado incluir el código, pero cuando envío los campos de entrada de correo electrónico no aparecen en el cliente de correo electrónico. Cualquier ayuda será apreciada.

El código del formulario que incluí es:

<form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=GenzymeRareCommunityBlog', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border:0;" target="popupwindow">
<p>Enter your email address:</p>
<p><input name="email" style="width:140px" type="text" /></p>
<p><input name="uri" type="hidden" value="GenzymeRareCommunityBlog" /><input name="loc"   type="hidden" value="en_US" /><input type="submit" value="Subscribe" /> </p></form>
<p><a href="http://feeds.feedburner.com/GenzymeRareCommunityBlog" rel="alternate" type="application/rss+xml"><img alt="" src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" style="vertical-align:middle;border:0" /></a> <a href="http://feeds.feedburner.com/GenzymeRareCommunityBlog" rel="alternate" type="application/rss+xml">Subscribe in a reader</a></p>
<p style="font-size: smaller"><em>*We will not share your email with any other parties. <a href="privacy-policy">Privacy Policy</a></em></p>

Respuestas a la pregunta(2)

Su respuesta a la pregunta