Is there a way to setup contact matching on forms to check for multiple email addresses?
We have contacts who have multiple aliases for the same email address (ex: john.doe@company.com and jd123@company.com). The contact record may have jd123@company.com in the primary email field and john.doe@company.com in the Email 2 field. If the customer completes a form and enters john.doe@company.com, I would like for the system to check both email fields before creating a new contact.
I think you need to change the HTML for the form:
1.Create two email text ,the second one set “Hide field” on and mapping emailaddress2:
2.open HTML write a function like this:
function copy(){
document.all["email2"].value=document.all["email1"].value;
}
Email1 and email2 are email code block “id”, they have the same value as the one after "for":
Don't forget to include the JS header file if you are going to use the JS language.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156