How to have two forms connect to the same EmailJS template #161
Replies: 1 comment 2 replies
-
The number of forms should not affect the work in any way. What does it mean your first form stopped working? Are you getting an error? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to figure out how to have 2 forms on my website that both trigger the same email template. Currently when I create the second one the first one stops working. Each form has a unique id(leadMagnet, leadMagnet2), but otherwise my code is the same. I am not an expert in javascript so any help is much appreciated. Code below. . .
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>Thanks
Beta Was this translation helpful? Give feedback.
All reactions