> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/site/en/blocks/integrations/form.md).

# How to add a form

To add a form to the website, integrate it from a third-party service. You can choose any service, they all can be connected in the same way. Follow these steps to add a form using Google Forms.

* Go to [**Google Forms**](https://www.google.ru/intl/ru/forms/about/). Create and publish a new form or open an already created form.
* Get the embed code according to [**the Google instructions**](https://support.google.com/docs/answer/2839588?hl=en#embed). If necessary, adjust the width and height of the form. Then copy the code.
* Return to the Wfolio control panel. Click <mark style="background-color:blue;">**+**</mark> button to add a new block on a [Custom page and blocks](/site/en/pages/custom-page.md).
* Open the **Widgets** tab and select an HTML block.

<figure><img src="/files/L9049uEJNbXOykM1EKE5" alt="" width="563"><figcaption></figcaption></figure>

* Paste the copied code. Save changes.

<figure><img src="/files/uYcipVyTRyfZj3F1n7Me" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
If you want the form to be displayed the full width of the page, replace the `width="..."` value in the code with `width="100%"`.
{% endhint %}

Now the website visitors will be able to fill in the form on your website.
