Email Fix

This commit is contained in:
2024-07-17 01:50:35 +01:00
parent b7be5e5881
commit 64faec6de8
@@ -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