# Full page

The form fills the entire browser viewport. Use it for a dedicated page or route, such as `/apply` or `/survey`, rather than placing it alongside other page content.

## Embed code

```html
<iframe data-formsapp-src="https://eu.forms.app/form/69d4bd130b443bda40c8f65a" title="Cake Order Form - Made with forms.app"></iframe>
<script src="https://cdn.formsapp.io/embed.js" type="text/javascript" async defer onload="new formsapp('69d4bd130b443bda40c8f65a', 'fullscreen', {}, 'https://eu.forms.app');"></script>
```

## Options

The `'fullscreen'` layout takes no width, height, or button options; it always fills the viewport, so the `options` object is empty (`{}`).

## Tips

- Give the page its own route with no surrounding header, footer, or navigation, so the form has the full screen to itself.
- Because the layout fills the viewport, avoid combining it with other visible content on the same page.


## What's next

- [Embed options](/embeds/embed-options) for the other layouts.
- [Examples](/embeds/examples) for React, Next.js, Vue, and Kotlin.