Latest News & Blog

Find an Insurance Agent or Start Tracking your Claims

Need Help?
jQuery(function($){ function destroySelect2OnWPForms() { $('.wpforms-container-full .wpforms-field-select select').each(function() { if ($(this).data('select2')) { $(this).select2('destroy'); } }); } $(document).on('wpformsReady', destroySelect2OnWPForms); setTimeout(destroySelect2OnWPForms, 500); });