Steps
- Go to your Microsoft Form
- Click on Collect Responses at top right
- Click on the code icon (</>)
- Copy the code
- On your WordPress webpage, insert a Custom HTML block
- Paste the code into the block
- Change the width to 100% and height to some reasonable number like 700px
Code Example of Microsoft Form
<iframe width="100%" height="900px" src="https://forms.office.com/Pages/ResponsePage.aspx?id=gwDJdMYDOkWAHJJRzdF-uEwrjqoTEuJMj3MXvQdkxMhUMzNTTDZXVUNVQjZZOUw5MVJNMU9FNjE1MS4u&embed=true" frameborder="0" marginwidth="0" marginheight="0" style="border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
What the Embedded Form Looks Like
Useful Tips
- Under Collect responses, double-check the form settings. Make sure it is open to the desired users.

- Check the published page on a phone to see if it displays correctly.