$('form.register').on('submit', function (e) {
if (jQuery('#agree_to_terms').is(':visible') && !jQuery('#agree_to_terms').is(':checked')) {
e.preventDefault();
alert( );
}
});
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.