> 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/lead-forms-faq.md).

# Lead Forms FAQ

Answers to common questions about PaintScout lead forms, including how submissions work, notification settings, customization options, lead sources, and troubleshooting.

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

## What are Lead Forms?

Lead Forms are built-in forms that allow potential customers to submit inquiries directly into your PaintScout account. Each submission automatically creates a contact and a deal in your sales pipeline.

***

## Do I need a third-party tool to use Lead Forms?

No. Lead Forms are native to PaintScout, so you don’t need Zapier or any external tools to capture and manage leads.

***

## How many lead forms can I create?

You can create and manage multiple lead forms, each with its own questions, acquisition source, and sharing method. [Learn more](/support/operations/lead-forms/creating-a-lead-form.md)

***

## Where do lead form submissions go?

Every submission automatically creates a deal and a contact in your sales pipeline. This is the primary place to view and work new leads.

Submissions are also available in **Settings** if you want a centralized, filterable view across all forms. [Learn more](/support/operations/lead-forms/lead-form-submissions.md)

***

## Will I be notified when someone submits a form?

Yes, you can enable an email notification when someone submits a form.

1. Go to Your Profile > Notifications section
2. Enable the notification for *When a lead form is submitted*

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

***

## If one of my contacts submits a lead form, will this create a duplicate contact in PaintScout?

No, as long as the contact uses the same email address, a new contact will not be created in PaintScout. A new deal and submission entry will be created, however.

***

## Why was a contact overwritten or replaced on a deal from a lead form?

Lead form submissions are matched by email address. If a new lead uses the same email as an existing contact, PaintScout updates that existing contact instead of creating a new one.

This can make it look like the contact on the deal was overwritten or replaced. The deal is still created, but the contact record attached to it uses the matched email address.

If multiple leads share one email address, keep in mind that they will all update the same contact record.

***

## Can I see which form a lead came from?

Yes. Each submission is tied to the specific form and acquisition source used, and this information is saved on the deal.

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

***

## What’s the difference between Lead Source and Acquisition Source?

* **Acquisition Source** tracks where the form was submitted (website, ad, landing page, etc.)
* **Lead Source** reflects how the customer says they heard about you (referral, Google search, word of mouth, etc.)

[Learn more](/support/operations/lead-forms/lead-source-vs-acquisition-source.md)

***

## Can I customize lead source options?

Yes. You can add a custom question to your form asking how customers heard about you and tailor the options to your business.

***

## Does lead source update the contact every time?

No. When a contact submits a lead form, the lead source is saved to their contact page on first submission only. Later submissions will not overwrite the contact's lead source, so update the contact manually if you want to track their most recent source.

***

## Can I customize the questions on a lead form?

Yes. You can add custom questions using multiple question types and choose whether each question is required or optional.

***

## Can leads upload photos?

Yes. Leads can upload photos when submitting a lead form. These images will appear on both the new contact and new deal pages.

***

## How can I share a lead form?

You can share lead forms using a **direct link**. This works well for websites, emails, texts, and ads.

You can also **embed** your forms directly onto your website. [Learn more](/support/operations/lead-forms/sharing-a-lead-form.md)

***

## Can I embed a lead form on my website?

Yes. Lead form embedding is available so you can share your form on your website. However, certain websites may require paid plans to support embedding. [Learn more](/support/operations/lead-forms/sharing-a-lead-form.md)

***

## Can I customize what happens after a form is submitted?

Yes. You can choose to show a default confirmation message or redirect leads to a custom URL after submission.

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

***

## When I try to embed a form on my website, I get an error message saying my domain isn’t authorized. What should I do?

Check the **Add your domain** section in your form’s settings. You will have to add your website there as an approved domain. Remember that if you’re using a website builder, you will have to add the builder/editor as a domain as well.

***

## A lead says they submitted a form, but I don’t see it. What should I do?

Check your sales pipeline first, then review the **Lead Form Submissions** section in Settings. You can also filter by date to confirm whether the submission was received.

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Lead Form Submissions</strong></td><td>View and manage lead form submissions in your sales pipeline and settings with filtering by source and date.</td><td><a href="/pages/1rTyobAKOtfwUpvTDbRp">/pages/1rTyobAKOtfwUpvTDbRp</a></td></tr><tr><td><strong>Creating a Lead Form</strong></td><td>Step-by-step guide to creating customizable lead forms with project details, contact fields, and appointment sections.</td><td><a href="/pages/axgvnS2PG6VD0OKa1ZLU">/pages/axgvnS2PG6VD0OKa1ZLU</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.paintscout.com/support/operations/lead-forms/lead-forms-faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
