> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/operations/lead-forms/sharing-a-lead-form.md).

# Sharing a Lead Form

{% hint style="danger" %}
**Important:** this feature requires the paid **Operations add-on.**
{% endhint %}

There are two ways to share a lead form: via a **shareable link** or by **embedding it**. Submissions automatically create a contact and deal in your CRM.

***

## How it works

* Each lead form has a unique URL
* Anyone with the link can open and submit the form
* Submissions automatically create a contact and deal in PaintScout

***

## Shareable Link

1. Open the form and click the **Settings** tab
2. Click the **Share Options** button

   <figure><img src="/files/2dUqGQ473ioLZEiZ9602" alt="Screenshot showing the Share Options button in the lead form Settings tab"><figcaption></figcaption></figure>
3. Copy the link

***

## Embed a Lead Form on Your Website

Embedding a lead form allows you to place the form directly in your website's HTML so leads can submit their request without leaving the page.

1\. Open the form and click the **Settings** tab.

2\. Click the **Share Options** button.

3\. Click the **Embed** tab and copy the HTML code.

<figure><img src="/files/R0OXYtyquRTXgkwWu0Jg" alt=""><figcaption></figcaption></figure>

4\. Scroll to **Add your domains** and input your approved domains. If you use a website builder, remember to add the domain where your site is hosted or previewed.

5\. Return to your website. Depending on your provider (i.e. Wix, Webflow, WordPress etc.), navigate to the webpage where you would like the lead form displayed.

{% hint style="warning" %}
**Please note:** Certain website providers, such as WordPress, may require a paid plan in order to use the "script" type of HTML code.
{% endhint %}

6\. Most websites have an option to "Embed HTML" directly on your webpage — simply paste the code above and preview your embedded lead form!

*Wix website editor:*

<figure><img src="/files/S180Ygs9dDb6kdK7LETL" alt=""><figcaption></figcaption></figure>

## Related articles

* [Lead Forms Overview](/support/operations/lead-forms/lead-forms-overview.md) — Understand how lead forms create contacts and deals automatically
* [Creating a Lead Form](/support/operations/lead-forms/creating-a-lead-form.md) — Build a lead form with the fields your team needs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.paintscout.com/support/operations/lead-forms/sharing-a-lead-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
