contact us

Get in touch with us

Reach out for any inquiries, support, or to discuss how we can meet your industrial needs.

contact

+91 7493999399

Email

info@efactory.in

Our Address

Gat No. 8, Chimbli Tal-Khed Chakan Khed Pune Mh 410501 In

Contact Us

please upload file in .pdf .doc .docx only. Maxzimum size upload is 100 MB

script> document.getElementById("contactForm").addEventListener("submit", function (event) { event.preventDefault(); // Prevent form from reloading let formData = new FormData(this); fetch("send_email.php", { method: "POST", body: formData }) .then(response => response.text()) .then(data => alert(data)) .catch(error => console.error("Error:", error)); });