<form> in Outlook iOS
SupportedOutlook Mobile · 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 Outlook iOS. No workarounds needed.
Other Clients
| Client | Support |
|---|---|
| Gmail | Supported |
| Gmail Android | Supported |
| Gmail iOS | Partial |
| Outlook 365 | Partial |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook Android | Supported |
| Apple Mail | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Supported |
| Samsung Mail | Supported |
| Thunderbird | Supported |
| HEY Mail | Unsupported |
| Superhuman | Unsupported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free