I'm trying to add more than one form on a single page. The form at the top of the page works. The one in the footer fires the errors on the form at the top and doesn't send an email. I'm using the same class for each form.
new ContactForm('.contact-form', {
endpoint: './process.php'
});
I'm trying to add more than one form on a single page. The form at the top of the page works. The one in the footer fires the errors on the form at the top and doesn't send an email. I'm using the same class for each form.