добавление формы в рассылку html email

Можно ли добавить форму в рассылку по электронной почте? Я пытался включить код, но при отправке электронной почты поля ввода не отображаются в почтовом клиенте. Любая помощь будет оценена.

Код формы, который я включил:

<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>

Ответы на вопрос(2)

Ваш ответ на вопрос