From 64faec6de8c713a097b97d6b5fe5368883b4afaf Mon Sep 17 00:00:00 2001 From: FernandoJVideira <03.pleaser-minster@icloud.com> Date: Wed, 17 Jul 2024 01:50:35 +0100 Subject: [PATCH] Email Fix --- src/Components/Pages/Contact/ContactForm.tsx | 1 + 1 file changed, 1 insertion(+) 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