Your account is not setup as a cB Designer.
jQuery(function () { if (jQuery('#terms_and_conditions_visibility').val() == 'no') { if ( jQuery( '#apply_for_vendor' ) . is( ':checked' ) ) { jQuery( '.agree-to-terms-container' ).show(); } jQuery( '#apply_for_vendor' ).on( 'click', function () { jQuery( '.agree-to-terms-container' ).slideToggle(); } ); } });
