邮件Chimp-将表单添加到电子邮件模板中


Mail Chimp - Add form to email template

我正试图使用代码工具向我的Mail Chimp Emailer添加一个表单,然后添加我的表单代码,但当我预览电子邮件时,表单和复选框被划掉:

<form action="http://www.example.com/Emailer.php">
        <input type="checkbox" id="ancaster" /><label for="ancaster">Ancaster</label>
        <input type="checkbox" id="beamsville" /><label for="beamsville">Beamsville</label>
        <input type="checkbox" id="binbrook" /><label for="binbrook">Binbrook</label>
        <input type="checkbox" id="collingwood" /><label for="collingwood">Collingwood</label>
        <input type="checkbox" id="hamilton" /><label for="hamilton">Hamilton</label>
        <input type="checkbox" id="kitchener" /><label for="kitchener">Kitchener</label>
        <input type="checkbox" id="stoney-creek" /><label for="stoney-creek">Stoney Creek</label><br />
        <input type="submit" id="submit" value="Submit Here" style="background-color:red; border:0; color:#FFF;" />
</form>

我也尝试过将我的表单上传到服务器并使用iframe,但这也不起作用,当我预览它时,它会剥离iframe。有人有什么想法吗?

谢谢,

表单在电子邮件中不起作用。iframes也不会。你应该想出一个能提示用户点击你的表单的设计

HTML电子邮件在支持什么HTML方面非常有限。基本上可以把它想象成1998年的网络。