Webform embed options

Configure an embedded webform to suit your needs.

Dale Mooney avatar
Written by Dale Mooney
Updated over a week ago

Webforms can be embedded using iframes, but often result in a jarring experience where Money Alive's theme clashes with the styling of its surrounding website. See the form over a blue and white horizon in the image below. These visuals can be configured by adding a couple GET parameters to the iframe's URL.

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>

Did this answer your question?