Login Username or email address * Password * Remember me Lost your password? Register First name * Last name * Email address * Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy. I have read and agree to the website terms and conditions * Apply to become a vendor? I have read and accepted the terms and conditions var accept_terms_text = "You must accept the terms and conditions to become a vendor."; jQuery(function ($) { $('form.register').on('submit', function (e) { if (jQuery('#agree_to_terms').is(':visible') && !jQuery('#agree_to_terms').is(':checked') && jQuery('#apply_for_vendor').is(':checked') ) { e.preventDefault(); alert( window.accept_terms_text ); } }); });