Gmail – Is it possible to include an iframe in a Gmail message

gmailiframe

Is it possible to include a web page in a Gmail message?

The reason I'm asking is that sometimes I have a Google Docs form I want to send to people and was wondering if I can embed the form in my email. I know I can email the form in Google Docs, but sometimes if I email to a group address it may not get through.

If you create a HTML page and put the following in it, you can see that it gets embedded. I wonder if I can do this in an email message.

<iframe src="http://www.google.com" width="760" height="585" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>

Best Answer

You can't really embed the iframe inside the GMail (unless maybe if you are using 3rd party clients) but there is a work around for this that you can try:

  • Send the form to your GMail
  • Then forward that e-mail to anyone you want (You can edit the page and removing the things that you don't want)

Run the tests by sending the form to yourself first and if you are using Plain Text while you are composing you have to change it to Rich Text before forwarding the original mail.