Skip to main content

<form> in Yahoo Mail Android

SupportedYahoo · mobile

Support Details

Use links to a web form instead of embedding forms in email.

Before

<form action="/subscribe" method="POST">
  <input type="email" placeholder="Email" />
  <button type="submit">Subscribe</button>
</form>

After

<table role="presentation" cellpadding="0" cellspacing="0">
  <tr>
    <td style="background-color: #6d28d9; border-radius: 6px;
               padding: 12px 32px;">
      <a href="https://example.com/subscribe"
        style="color: #fff; text-decoration: none;
               font-family: Arial, sans-serif;
               font-weight: bold;">
        Subscribe Now
      </a>
    </td>
  </tr>
</table>

Replace embedded form with a link to a hosted form

<form> is fully supported in Yahoo Mail Android. No workarounds needed.

Other Clients

ClientSupport
GmailSupported
Gmail AndroidSupported
Gmail iOSPartial
Outlook 365Partial
Outlook (New)Unsupported
Outlook ClassicUnsupported
Outlook iOSSupported
Outlook AndroidSupported
Outlook for MacUnsupported
Apple MailSupported
Apple Mail iOSSupported
Yahoo MailSupported
Yahoo Mail iOSUnsupported
Samsung MailSupported
ThunderbirdSupported
HEY MailUnsupported
Proton MailUnsupported
AOL MailSupported
FastmailUnsupported
SuperhumanUnsupported

Related Features

Test your email across all 21 clients

Preview rendering, catch CSS issues, and get actionable fixes. Free.

Try Emailens Free