document.getElementById('quoteForm').addEventListener('submit', function (event) { event.preventDefault(); const name = document.getElementById('name').value; const email = document.getElementById('email').value; const phone = document.getElementById('phone').value; const message = document.getElementById('message').value; const mailtoLink = `mailto:info@elitefsd.com?subject=Quote Request&body=Name: ${name}%0DEmail: ${email}%0DPhone: ${phone}%0DMessage: ${message}`; window.location.href = mailtoLink; });
top of page

Tell us about your project.

Thanks for submitting!

We'll get back to you as soon as possible.

bottom of page