# Webflow

**Example Demo:** [**https://web3forms-contact-form.webflow.io/**](https://web3forms-contact-form.webflow.io/)

### 1. Create a Form Block in Webflow

First, you need to drag the form block element from the Webflow sidebar to your website.&#x20;

<figure><img src="https://4078640192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPUC7SfrK7-rhtC1UKR%2Fuploads%2FHZYkA4VFMrZhv3PX7TrV%2FCleanShot%202024-01-31%20at%2013.59.59%402x.png?alt=media&#x26;token=85d2093c-bace-4562-a6bb-067adecc2513" alt="" width="282"><figcaption><p>Drag the form block the canvas</p></figcaption></figure>

### 2. Create a hidden input field in Webflow

To add our access key, we need to create a hidden input field in webflow to make our contact form work. For that, we use the HTML Embed Option.

<figure><img src="https://4078640192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPUC7SfrK7-rhtC1UKR%2Fuploads%2FcVpcPAsObRFBasIDCMyv%2FCleanShot%202024-01-31%20at%2014.23.49%402x.png?alt=media&#x26;token=9f1f3247-5618-4b4c-b03b-606b90dcbea6" alt="" width="245"><figcaption><p>Drag Embed Option inside the &#x3C;Form> Block</p></figcaption></figure>

### 3. Add Access Key inside the HTML Embed Block

Now, add the hidden HTML Code as shown below inside the code editor and click Save.&#x20;

<figure><img src="https://4078640192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPUC7SfrK7-rhtC1UKR%2Fuploads%2FgogtwGXfj4ucXLBfCFa0%2FCleanShot%202024-01-31%20at%2014.28.40%402x.png?alt=media&#x26;token=54bbc384-2773-4388-b044-a1236c091406" alt="" width="563"><figcaption></figcaption></figure>

Make sure the embed block is inside the Form Block.

<figure><img src="https://4078640192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPUC7SfrK7-rhtC1UKR%2Fuploads%2Fm6veTcT3Q5C9jANGtNhI%2FCleanShot%202024-01-31%20at%2014.30.49%402x.png?alt=media&#x26;token=2b3a723c-3154-4177-8433-5d65401fb323" alt="" width="241"><figcaption></figcaption></figure>

### 4. Add Form Action URL

Now, setup the form action URL by selecting the form element and choose "Settings" from the right sidebar.  Make sure you select **`POST`** as method.&#x20;

Action URL: `https://api.web3forms.com/submit`

<figure><img src="https://4078640192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPUC7SfrK7-rhtC1UKR%2Fuploads%2FVCwqFMeo8y2B6wzemc9W%2FCleanShot%202024-01-31%20at%2014.33.30%402x.png?alt=media&#x26;token=c4f370c1-1b5b-4962-90a7-e7f92c11035a" alt="" width="240"><figcaption></figcaption></figure>

### 5. Done.&#x20;

That's it. Web3forms Contact form will work with your Webflow Website now. You can add more customization features like custom redirect, email subject etc using the hidden field similar to step 3. Refer to the [Customizations](https://docs.web3forms.com/getting-started/customizations) section for more details.
