You can embed a Google Form directly into an email using the native Include form in email checkbox, but the interactive form will only render for recipients viewing it inside Gmail or select webmail clients.

Most other desktop and mobile email applications strip out the interactive form fields entirely, replacing them with a standard fallback link.

Attempting to bypass this by pasting raw HTML or iframe code into a newsletter platform will almost always break your layout and trigger aggressive spam filters.

Because email rendering is highly fragmented, the most reliable way to collect responses is to simulate the first question visually in the email body, then link that graphic to the full form.

What happens when you embed a Google Form in an email?

When you send a form directly from the Google Forms interface, Google sends a multipart email. It includes a dynamic HTML version that Gmail recognizes and a standard HTML fallback for everyone else.

If the recipient opens the email in Gmail, they see the actual form fields. They can check boxes, select radio buttons, type short answers, and click Submit without ever leaving their inbox. The submission is routed directly to your connected spreadsheet.

If the recipient opens that exact same email in Outlook, Apple Mail, or most mobile apps, they see something completely different. The interactive elements are removed. Instead, they see a message inviting them to fill out the form, accompanied by a prominent button or link that opens the form in their default web browser.

Here is how the native embed behaves across the major email environments.

Email client Rendering behavior Fallback action
Gmail (Web & App) ✅ Fully interactive form fields render in the message body. Users submit directly from the inbox.
Apple Mail (Mac/iOS) ❌ Strips form fields for security. Shows a button linking to the web form.
Microsoft Outlook (Desktop) ❌ Strips form fields. Often breaks complex table layouts. Shows a plain text link to the web form.
Outlook.com (Web) ⚠️ Occasionally renders fields, but submission often fails. Defaults to linking to the web form.
Yahoo Mail ❌ Strips form fields. Shows a button linking to the web form.

This fragmentation is why embedding a form is a localized feature rather than a universal standard. Google controls both the sender (Google Forms) and the primary receiver (Gmail), allowing them to securely parse the dynamic markup. Third-party clients treat that same markup as a severe security vulnerability.

How to send a Google Form inside an email using the native feature

If your audience primarily uses Gmail - such as an internal corporate team on Google Workspace or a student group using university-provided Gmail accounts - the native embed feature is highly effective. It reduces the friction of opening a new tab, which generally increases response rates.

To send an embedded form directly from the editor:

  1. Open your Google Form and click the purple Send button in the top right corner.
  2. Select the Email tab (the envelope icon) in the Send menu.
  3. Enter your recipients' email addresses in the To field.
  4. Customize the Subject and Message fields. This text will appear above the embedded form in Gmail, or as the main body text for non-Gmail users.
  5. Check the box labeled Include form in email.
  6. Click Send.

While this process is straightforward, the native embed feature has strict technical limitations based on the types of questions you ask and the settings you apply.

Expert tip: If the Include form in email checkbox is grayed out or missing entirely, check your form questions. The most common culprit is a File Upload question, which forces the form to require a secure web session and disables email embedding.

Certain configurations completely disable the ability to embed the form. If you use any of the following settings, Google will force the email to send as a link only.

Form setting Impact on email embed Why it happens
File Upload fields ❌ Disables embed Requires secure Google Drive authorization.
Collect email addresses (Verified) ❌ Disables embed Requires strict identity verification outside the inbox.
Limit to 1 response ⚠️ Depends on Workspace Often requires a Google sign-in wall on the web.
Multiple sections ✅ Embeds, but alters flow Only section one shows in email; clicking 'Next' opens a browser tab.

In practice, the native embed works best for incredibly simple, single-page forms: a quick RSVP, a one-question poll, or a brief feedback request. If your form requires branching logic or spans multiple pages, the user will be forced out of their inbox to the web browser anyway, defeating the purpose of the embed.

Why full interactive forms fail in most email newsletters

When marketers realize the native Google Forms send feature does not integrate with their email service providers (like Mailchimp, HubSpot, or ConvertKit), they often try to copy the form's HTML or iframe code and paste it into their newsletter template.

This approach fails almost immediately. Modern email infrastructure is actively hostile to interactive forms. Attempting to force an embedded form through a standard newsletter platform creates a cascade of technical problems.

  • Security and XSS risks: Email clients strip out <form>, <input>, and <script> tags to prevent Cross-Site Scripting (XSS) attacks. If email clients allowed forms to execute freely, malicious senders could trick users into submitting passwords or secure data directly from their inbox without verifying where the data is being sent.
  • Inconsistent rendering engines: Email clients do not render code like web browsers do. Microsoft Outlook on Windows, for example, uses Microsoft Word's rendering engine to display emails. It cannot process web-standard form fields, resulting in broken layouts, overlapping text, and invisible buttons.
  • Spam filter triggers: Because embedded forms are frequently used in phishing campaigns, email firewalls and spam filters heavily penalize messages containing <form> tags. Your email is highly likely to be routed directly to the spam folder or quarantined by corporate servers.
  • Broken submission tracking: Even if a user manages to see the form and click submit, the data often fails to transmit. Email service providers wrap links and buttons in tracking redirects to measure clicks. This redirection destroys the specific data payload the form is trying to send to Google.

Rather than fighting the architecture of email, the most effective strategy is to accept that the inbox is a place for reading and clicking, not for robust data entry. The goal of your email should be to generate a single, frictionless click that seamlessly moves the user to a secure web environment.

How to design a high-converting email survey link instead

Because you cannot reliably embed a full form in an external email campaign, you must design an email that makes clicking the link feel like answering the first question.

When you reduce the cognitive load of a survey down to a single, clear choice presented visually, click-through rates improve. You are moving the initial decision from the form page to the email body.

Here are three visual approaches to linking your form effectively.

The static image button

Instead of a generic text link, create a large, high-contrast button that serves as the primary call to action. The button should clearly state the time commitment or the exact action required. Do not use vague language.

Call to action wording

  • Weak: Click here to take our survey.

  • Strong: Answer 3 quick questions.

  • Weak: Submit your feedback.

  • Strong: Vote on next month's topic.

The GIF preview

If your form has an interesting visual element - like an image-based multiple-choice question or a clean layout - record a brief, three-second screen recording of someone answering a question. Convert that recording into a lightweight GIF and place it in your email. Link the GIF directly to the form.

This utilizes the behavioral principle of predictability. When users see exactly what the interface looks like before they click, the friction of the unknown is removed. They know they are not clicking into a daunting, 50-question matrix.

The text-based choice

If you are sending a plain-text email, you can hyperlink the potential answers to your first question. This works exceptionally well for binary choices or simple categorizations.

Event RSVP email

  • Weak: Let us know if you can make it to the workshop by filling out this form.
  • Strong: Are you attending the workshop on Tuesday?
  • Strong: [Yes, I'll be there]
  • Strong: [No, I can't make it]

In this scenario, both text links point to the exact same Google Form URL. The user clicks their choice, the form opens in their browser, and they proceed to fill out any remaining details.

How to create a single-click rating scale inside your email body

The most powerful way to bridge the gap between an email and a Google Form is to use pre-filled URLs. This technique allows you to build a visual rating scale (like a 1 to 5 star rating or a 0 to 10 Net Promoter Score) directly in your email.

When the user clicks a number in the email, it opens the Google Form with that exact number already selected. They only have to hit submit, or add an optional comment. If you are currently digitizing older feedback systems, you might use a tool to convert your survey PDF to a Google Form first, and then apply this pre-fill method to the resulting digital file.

Building this requires finding the specific entry IDs for your form questions.

  1. Open your completed Google Form in edit mode.
  2. Click the three-dot menu in the top right corner and select Get pre-filled link.
  3. A new tab will open showing your form. Answer the specific question you want to embed in your email. For example, if you have a 1-5 scale, select the number '5'.
  4. Click the Get link button at the bottom of the screen, then click Copy link.
  5. Paste this link into a blank text document. It will look something like this: https://docs.google.com/forms/d/e/1FAIp.../viewform?usp=pp_url&entry.123456789=5
  6. Look at the end of the URL. The string entry.123456789 is the unique ID for your question, and =5 is the answer you selected.
  7. To create the link for the number 4, simply duplicate the URL and change the final number: ...&entry.123456789=4.
  8. Repeat this process to generate a unique URL for every number on your scale.

Once you have your custom URLs, you can build the layout in your email service provider.

Create a horizontal row of numbers or stars in your email template. Highlight the number '1' and hyperlink it to the URL ending in =1. Highlight '2' and link it to the URL ending in =2, and so on.

When a recipient receives the email, the visual scale looks like an interactive form. When they click '4', their browser opens the Google Form with the '4' already selected. This drastically reduces drop-off rates because the user has already committed to an answer before they even see the form page.

How to test your email survey before sending it to a large audience

Because email clients handle links, images, and formatting so unpredictably, testing is not optional. A survey link that looks perfect in your browser might be illegible on a mobile device or blocked entirely by a corporate firewall.

Before sending your form to your entire list, run through this testing protocol.

  • Check desktop versus mobile touch targets: Mobile users make up the majority of email opens. If you built a 1-10 rating scale, check the email on a physical phone. Are the numbers too close together? If a user's thumb easily taps a '4' when they meant to tap a '5', your data will be corrupted. Ensure there is adequate padding between linked elements.
  • Test dark mode color inversion: Most modern phones and desktop operating systems allow users to force dark mode. Many email apps will automatically invert background colors and text to match. If you used images for your buttons, ensure they have transparent backgrounds. A solid white image block containing a star icon will look like a glaring, broken box when surrounded by a dark mode email background.
  • Verify the pre-fill payload: Click every single custom link you created. Ensure that clicking the '3' link actually pre-fills a '3' on the resulting form. It is very easy to copy and paste the wrong URL parameter during setup.
  • Review the post-submission flow: Submit a test response. Does the confirmation page make sense in this context? If you used a pre-filled link, the user will hit the submit button immediately upon opening the page. Ensure the confirmation message thanks them for their specific feedback, rather than displaying the default "Your response has been recorded."
  • Check for spam triggers: Send a test version to a free Gmail account, an Outlook account, and a Yahoo account. If you attempted to use the native Include form in email feature but sent it via a bcc list to hundreds of people, monitor whether it lands in the promotional tab or the spam folder.

By testing the mechanical flow of the links and the visual rendering of the buttons, you protect the integrity of your data collection. A form that cannot be easily clicked is a form that will not be answered.

Sources

FAQ

Can I use HTML iframe codes to embed a Google Form in an email?

No, you cannot safely use iframe codes in an email. Major email clients universally block iframes and interactive HTML tags to prevent security vulnerabilities and cross-site scripting attacks. If you paste an iframe into a newsletter, the email client will strip it out, leaving a blank space or broken code for the recipient.

Why is my embedded Google Form showing up as a plain link in Outlook?

Microsoft Outlook desktop uses a rendering engine that does not support the dynamic HTML required for interactive forms. When Google Forms sends the embedded version, Outlook detects the unsupported markup and defaults to showing the standard fallback link. This is a deliberate security and compatibility feature of the Outlook software.

Do respondents need a Google account to answer a form embedded in Gmail?

It depends entirely on your specific form settings. If you have enabled "Limit to 1 response" or restricted the form to users within your specific Google Workspace organization, respondents will need to be logged in to a Google account. If those settings are disabled, anyone receiving the email in Gmail can interact with the form regardless of their account status.

Is there an AMP for Email workaround to make Google Forms interactive?

Google Forms natively uses AMP for Email to render the interactive fields inside Gmail. However, Google does not allow you to export that AMP code to load into a third-party email service provider like Mailchimp or HubSpot. You can only utilize this specific AMP functionality when sending directly from the Google Forms interface.

Getting people to answer questions requires removing as much friction as possible. While you usually cannot put the actual form fields directly inside their inbox, clear text and smart use of pre-filled links will get you the same result. If you are dealing with complex existing documents and need to digitize them quickly before building out your email links, a tool like Doc2Form can generate the Google Form for you in seconds, letting you focus on the email strategy rather than manual data entry. Build a clear path to the first click, and your respondents will follow it.