Oduran19

Results 4 comments of Oduran19

did you ever get it fixed because its also not working for me...

app script function doPost(req) { FormEasy.setEmail('[email protected]'); FormEasy.setRecaptcha('----------------------------'); FormEasy.setFields('Fname', 'Lname', 'email', 'phone', 'message', 'reference', 'date'); return FormEasy.action(req); } // Function to handle form submission document.getElementById('contact-form').addEventListener('submit', function (event) { const data =...

yes but im still having issues, mostly with google script, this is whats on there: function doPost(req) { FormEasy.setEmail('[email protected]'); FormEasy.setRecaptcha('------------------------'); FormEasy.setFields('Fname', 'Lname', 'email', 'website', 'message'); return FormEasy.action(req); } the JS...

i finally got it to work...