REQUEST INFO

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.getElementById('wf-form-corporate_requestInfo').addEventListener('submit', function(e) { e.preventDefault(); var formData = new FormData(this); fetch('https://script.google.com/macros/s/AKfycbyqEQAeQM-_Wufay7zOaQPgyoMzq50goXog_duY7i4sTSrnZ14AP2fEy7eXzJEWCg-D/exec', { method: 'POST', body: formData }).then(function(response) { window.location.href = 'https://www.mazin.tech/success'; }); });