Notifications
Announcements
Hi,
I placed an HTML form in an Outlook email being sent via Power Automate. The forms show up when opening web-based Outlook, but not the desktop client. It tells me to open the email in the browser for the proper display, but I would like to have it in the email. Any thoughts?
@ScottShearer @Pstork1 @Rahber @efialttes @abm @fchopo @Hardesh15 @ayata @dcayanan @tana @TanayJ @ManishJain @fchopo @RobElliott @DeepakS @Norseman
hi @skyemo please try creating an HTML first and then try sending the form again, I'm just curious about you are using and iframe of a html form? because if is an html form you are not be able to get that response from an email.
Hi @ChristianAbata,
I am using Power Automate, so I wrote the HTML within the Outlook email written on my flow. I didn't use an iframe tag; the structure of my code looks like this:
<html> <body> <form> <h1>example</h1> <label for="name"> Name: </label> <input type = "text" value:"Name"> </form> <form> <input type="radio" id="example" name="example1" value="example2"> <label for="example">Example</label> <input type="radio" id="example3" name="example4" value="example3"> <label for="example3">Example</label> </form> </body> </html>
Hi @skyemo ,
Please go through the following url to help you better:
https://davidlozzi.com/2018/11/01/sending-a-beautifully-formatted-email-from-microsoft-flow/
Thanks
oh @skyemo well try adding
<!DOCTYPE html> <html> <head> <meta charset="utf-8">
as a complete html 5 template. Just to say by sending this kind of forms you are not going to be able to receive that information and using it directly in power automate just in case.
Hi @skyemo,
Outlook uses the HTML parsing and rendering engine from Microsoft Office Word to display HTML message bodies. Read more about supported and unsupported HTML elements, attributes, and cascading style sheets properties in the following series of articles:
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 1 of 2)
Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 2 of 2)
Moreover, Outlook has very strict rules for any JS code in the message bodies. You will not be able to run any feedback form except provide a link to an external page.
Best Regards,Community Support Team _ Lin TuIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 501 Super User 2025 Season 2
Tomac 323 Moderator
abm abm 237 Most Valuable Professional