<form> element

The ability to submit an HTML form via email, this requires support of at least one form element, at least one form method and either input submit or button submit to pass data to an end point.

Estimated Support About

43.9% + 7.32% = 51.22%

Notes

  • 1

    Does not submit in iOS with non Google accounts.

  • 2

    On submit name values are prefixed with x_.

  • 3

    Does not submit in preview pane, but does when the email is opened in a new window.

  • 4

    Not supported. <form> is transformed into <noform>.

  • 5

    Not supported. The <form> and its entire content is removed.

  • 6

    Not supported. The <form> is there but values are not submitted.

Know something we don't?

Is any of the above data outdated? Or do you want to add a new email client to the list? Heads on to GitHub and edit the data file!

Not comfortable with GitHub? Send us an email.

Test it yourself

This feature was last tested on September 10, 2019.

If you want to test this feature in the same conditions as we did, you can get our test code and run a test by yourself. Make sure to follow our testing recommendations first.