How soon can I get my dumpster?

We can deliver a dumpster within 24 hours!

jQuery(document).on('frmFormComplete', function(event, form, response) { // Make sure it's the contact form if (form.attr('id') === 'form_contact-form') { // Capture the form field values var firstName = jQuery('#field_qh4icy').val(); var lastName = jQuery('#field_ocfup1').val(); var email = jQuery('#field_29yf4d').val(); var subject = jQuery('#field_e6lis6').val(); // Fire Meta pixel with parameters fbq('track', 'Contact', { email: email, first_name: firstName, last_name: lastName, content_name: subject || 'Contact Form', content_category: 'Contact' }); } });