Lead Form duplicates

The Lead forms do not seem to do duplicate checking.

If I submit it twice, it creates 2 leads with the same data.

Is there a way to enable duplicate checking?

Cheers
David

Hi David,

This is not something handled by standard generated web to lead forms. You could write/have written a before_save logic hook that checks for records in the CRM with similar/identical first/last names, email addresses etc.

Thanks,

Will.