1 parent eda4b93 commit be571d2Copy full SHA for be571d2
1 file changed
script.js
@@ -45,7 +45,7 @@ form.addEventListener("submit", function (e) {
45
btn.disabled = true;
46
btn.innerHTML = "Sending...";
47
48
- emailjs.send("YOUR_SERVICE_ID", "YOUR_TEMPLATE_ID", {
+ emailjs.send("YOUR_SERVICE_ID", "template_x1c3z6h", {
49
name: name,
50
mobile: mobile,
51
email: email,
0 commit comments