Hello,
When someone fills out a form and places an email that already exists, the contact already registered is rewritten. How not to let this happen. I need it, even with the repeated email, to create a new contact and not rewrite the existing one.
Thank you very much!
The thing is, a contact is being saved in the database with the unique email address. I mean, that is the unique part of the contacts. So, it’s really not possible to have duplicate data on the database to have multiple contacts with a same email address.