Email Marketing Tool

Kiim
Member

HTML Survey not shown in Mail

SOLVE

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="https://forms.office.com/Pages/ResponsePage.aspx?id=0r2Nn3ug9UmP8Fv0Txh6bbXmsbyZ9v1FqmGTbtfaBoRUNFRE..." frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh"> </iframe>
</p>

 

 

0 Upvotes
1 Accepted solution
Ben_M
Solution
Key Advisor

HTML Survey not shown in Mail

SOLVE

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.

View solution in original post

2 Replies 2
Ben_M
Solution
Key Advisor

HTML Survey not shown in Mail

SOLVE

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.

Kiim
Member

HTML Survey not shown in Mail

SOLVE

Thanks 🙂 

 

0 Upvotes