Email Fix
This commit is contained in:
@@ -53,6 +53,7 @@ const ContactForm = () => {
|
||||
const phoneInput = document.createElement("input");
|
||||
phoneInput.setAttribute("type", "hidden");
|
||||
phoneInput.setAttribute("value", `+${countryCode} ${formatPhoneNumber(phone)}`);
|
||||
phoneInput.setAttribute("name", "user_phone");
|
||||
e.currentTarget.appendChild(phoneInput);
|
||||
|
||||
emailjs
|
||||
|
||||
Reference in New Issue
Block a user