Announcements
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.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Manoj - ManoVerse 131 Super User 2026 Season 1
11manish 91
Chris1968 20