Thank You !

Your form has been successfully submitted. We appreciate you taking the time to reach out to us. Our team will review your details and get back to you shortly.

Fill in the details

jQuery(function($){ $('.woolentor-filter-wrap input[type="checkbox"]').on('change', function(){ if($(this).is(':checked')) { // Uncheck other checkboxes in same filter area $('.woolentor-filter-wrap input[type="checkbox"]').not(this).prop('checked', false); } // Auto-submit filter form $(this).closest('form').trigger('submit'); }); });