Webform embed options
Last updated 29 April 2026
Webforms can be embedded using iframes, but the default Money Alive Office theme can clash with the surrounding page. Add GET parameters to the iframe URL to control the visuals.

Reference
| Parameter | Value | Effect |
|---|---|---|
type |
embed |
Removes the form background. |
logo |
false |
Hides the form logo. |
Examples
Remove background
Add type=embed to the iframe URL.
e.g. https://www.moneyalive.io/forms/5d2da6bfd2211?type=embed
<iframe src="https://www.moneyalive.io/forms/5d2da6bfd2211?type=embed" width="800px" height="600px" frameBorder="0"></iframe>

Remove logo
Add logo=false to the iframe URL.
e.g. https://www.moneyalive.io/forms/5d2da6bfd2211?type=embed&logo=false
<iframe src="https://www.moneyalive.io/forms/5d2da6bfd2211?type=embed&embedded=true&logo=false" width="800px" height="600px" frameBorder="0"></iframe>
