HTML Survey not shown in Mail

Hi,

I want to integrate an microsoft forms survey in my Mail. I added the code in an HTML-Module and can see the survey in the preview but not in the Test E-mail I sent myself. There’s only lots oh white space. Can anyone help here?

Thats the code I embedded in the HTML Module:

<p>
<iframe width=“640px” height= “480px” src=“Microsoft Forms” frameborder= “0” marginwidth= “0” marginheight= “0” style= “border: none; max-width:100%; max-height:100vh”> </iframe>
</p>

In your email just create a button and point to that URL. iFrames are a security risk which is why most clients, if not all, will block them. Also, even if you coded a form into an email, there is also very limited support in email clients for forms.

Thanks :slightly_smiling_face: