Email and phone Number should be unique in contact and lead module

Hi Every one,
In contact module I have to do email and phone number are unique in my contact module,
for that in studio>contact>fields>email>Duplicate Merge[enabled]

when I give duplicate mail Id (means already existing in another contact) It is below notification,

But here If I click save button one more record is creating ,But I should not able to create one more record on same email or phone number ,How can do this one .

Note : I should not able to create one more record on same email or phone number.

can any one help on it plz .

You need to have some changes on view.edit.php of that module you are looking to stop duplicate.

  1. click on save button event , make a ajax request.
  2. in success of ajax request ( ie duplicate found ) , make an alert
  3. in case of no duplicate , just submit “EditView” form.
1 Like

Another option is to use this module from the official store: