Web to Lead

Web to Lead Duplicate Prevention is available in our Premium and PDM Editions.

The Web to Lead Duplicate Prevention feature analyzes all incoming records for duplicates before their entry into the Salesforce environment. When an incoming lead is a duplicate, it will be shown on the Deduplicate Job page. There you can merge the duplicate records.

A specific HTML code needs to be added to your Web to Lead code form to set up the Web to Lead Duplicate Prevention.

Plauti Deduplicate Web to Lead HTML code

<input id="dupcheck__dc3Web2Lead__c" name="dupcheck__dc3Web2Lead__c" type="hidden" value="1" />

Add this code snippet to your Web to Lead form to have your new Leads matched against your existing database. Furthermore, at least one of the Lead scenarios needs to be applied to 'Web-to-Lead' in order for this feature to work.

Find a step-by-step tutorial on how to set up the Web to Lead feature in this knowledge item.