A link to set a new password will be sent to your email address.
var accept_terms_text = "You must accept the terms and conditions to become a cB Designer.";
$('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 );
}
});
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.