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

Mail Chimp - Add form to email template

我正在尝试使用代码工具向我的 Mail Chimp 电子邮件发送器添加一个表单,然后添加我的表单代码,但是当我预览电子邮件发送器时,表单和复选框被去掉了:

<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。有人有什么想法吗?

谢谢,

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

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