I have a email system on my website, people can send me emails by completing a form. On the website i have 2 different forms and the JS (contact_me.js) and the PHP (contact_me.php) that make those email forms work. Now i receive emails from both email forms on the same email address but i want to change that, when someone send me a email from the 2nd email form i want to receive that email on the 2nd email address. I am planning to copy/paste the JS and the PHP and call them contact_her.js and contact_her.php and than connect the 2nd email form to the 2nd email address. I am new at JS, can someone identify the things that i have to modify in the JS and HTML to make this happen? Here is the code:I have a email system on my website, people can