Skip to content

Commit be571d2

Browse files
Update script.js
1 parent eda4b93 commit be571d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ form.addEventListener("submit", function (e) {
4545
btn.disabled = true;
4646
btn.innerHTML = "Sending...";
4747

48-
emailjs.send("YOUR_SERVICE_ID", "YOUR_TEMPLATE_ID", {
48+
emailjs.send("YOUR_SERVICE_ID", "template_x1c3z6h", {
4949
name: name,
5050
mobile: mobile,
5151
email: email,

0 commit comments

Comments
 (0)