Embed Google Forms in emails

My Mautic version is: 5.0.4
My PHP version is: 8.1.28
My Database type and version is: 10.11.8-MariaDB-0ubuntu0.24.04.1

My problem is:

I created a Google form to send to my subscribers.
I created an email using a template based on truly personal.
I used the HTML view to add the iframe tag required to have the form rendered right within the email.

When I try the email preview it looks fine but when I send a test email and read it from my inbox I see a fixed text “Loading…”.

Has anyone ever done anything like this?

Thanks!

Hello @mchojrin,

Using iFrames in emails can be quite problematic. Firstly, many email clients do not support iFrames, and they are commonly associated with scamming or hacking attempts, which can lead to your emails being flagged as spam.

While the iFrame might display correctly in the GrapeJS builder, I strongly advise against using it. Instead, I recommend including a button that redirects to the Google Form link.

Best regards,
Ricardo

Thanks @ricfreire ! I wasn’t aware of the potential problems with iFrames… I already replaced the iFrame with a regular link… hope people click on it :stuck_out_tongue:

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.