Looking out for examples on how you can add your application to a web page. Please find our sharing below:


Adding a Google Form

- Create a Form in your Google
- Retrieve the iframe link
Link: https://docs.google.com/forms/d/e/1FAIpQLSfi-ylLnQVuTOwaBIwC09lsC2pxYlIPboJLO_D64nnxTaKQIQ/viewform?embedded=true

- Simply select the HTML block, paste the code and add the link, you then will have a form on your web page to collect relevant information from the attendees.


Template

<iframe src="link" width="640" height="1101" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>


Sample

<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfi-ylLnQVuTOwaBIwC09lsC2pxYlIPboJLO_D64nnxTaKQIQ/viewform?embedded=true" width="640" height="1101" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>


Outcome

Adding a Google Document

- Create a Document in your Google
- Retrieve the iframe link
Link: https://docs.google.com/document/d/e/2PACX-1vTO1gukHuk8O2-6wP2lNBltnxzKHZkxrdRJMQjvuy-09yRrcDlH2ePs2iGrvMV2C6Q_PvCpu9cUe78H/pub?embedded=true

- Simply select the HTML block, paste the code and add the link, you then will have a google document on your web page.


Template

<iframe src="link"></iframe>


Sample

<iframe src="https://docs.google.com/document/d/e/2PACX-1vTO1gukHuk8O2-6wP2lNBltnxzKHZkxrdRJMQjvuy-09yRrcDlH2ePs2iGrvMV2C6Q_PvCpu9cUe78H/pub?embedded=true"></iframe>


Outcome

Related Article:
HTML Block