Replies: 1 comment
-
Please follow the tutorial |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm brand new to EmailJS and trying to do a simple form/email test. I have copied the example contact form from the EmailJS tutorial document. The only modifications I have made to this tutorial example page are to add my Public key:
(function() {
// https://dashboard.emailjs.com/admin/account
emailjs.init({
publicKey: "xxxxxxxxxxxx",
});
and to add my serviceID:
// these IDs from the previous steps
emailjs.sendForm('service_xxxxxx', 'contact_form', this)
I have uploaded the file to a test location on a current site, and I then browse to the file and fill out the name, email, subject and message fields. Then I submit the form. Nothing happens. I get no response on the console, and no email from the form. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions