REQUEST A CALL

We call you back

Feel free to contact us

TALK TO A SPECIALIST

Let's Talk Business

Don’t be reluctant; we are courteously affable to sincerely answer your queries. Contact our friendly Customer Care Team (CCT) Between 8 AM and 7 PM, Monday-Friday.

WhatsApp

+1 (302) 240-8830

Mail Us

sales@customboxesdesign.com

Our Location

1201 N Orange St Ste 700 #7577 Wilmington DE 19801, United States

Social Media

document.querySelector('form').addEventListener('submit', function(event) { // Prevent default action if needed // event.preventDefault(); // Extract form data const formData = new FormData(event.target); const data = {}; formData.forEach((value, key) => { data[key] = value; // Key-value pair of form fields }); // Push data to the GTM Data Layer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'formSubmit', formData: data }); });