# Inline



1. Open the page or post in the WordPress block editor.
2. Click &#x2A;*`+`*&#x2A; to add a block where you want the form, and choose &#x2A;*`Custom HTML`**.
3. Paste the Surface iFrame code into the block:

```html
<!-- Start Surface Form Embed -->

<iframe
  src="REPLACE ME WITH FORM URL"
  allowfullscreen
  loading="eager"
  fetchpriority="high"
  style="width: 100%; height: 600px; border: none;"
 >
</iframe>

<!-- End of Surface Form Embed -->
```

4. Click &#x2A;*`Update`*&#x2A; (or &#x2A;*`Publish`**) to save the page.

<Note>
  Replace `iframe` src with your actual Surface Form URL. You can find this URL by clicking the "Share" button in the `Overview` section of the form.
</Note>

<Tip>
  Adjust the `height` in the `style` attribute to fit your form. If you use the
  Classic editor instead of the block editor, paste the same code in the
  **Text** tab.
</Tip>
