Maxforms / Docs

Embed → Full page

Full page embed

Iframe the form's share URL at 100% width and height. Use this when the form should fill a whole page or browser tab.

The snippet

<iframe src="https://form.maxforms.com/YOUR_FORM_CODE" width="100%" height="100%" style="border:0;" allow="storage-access"></iframe>

Add ?transparentBackground=1 to the URL to remove the form's background color.

When to use full page

  • You want a dedicated page (e.g. /apply) with no other content.
  • You're embedding inside an app shell that already provides chrome.
  • You want the share URL's existing layout — title, branding, footer — preserved.

For inline forms inside a marketing page, prefer Standard.