diff --git a/src/Components/Pages/Contact/ContactForm.tsx b/src/Components/Pages/Contact/ContactForm.tsx index f45aea0..bd80ad6 100644 --- a/src/Components/Pages/Contact/ContactForm.tsx +++ b/src/Components/Pages/Contact/ContactForm.tsx @@ -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