diff --git a/js/pmpro-checkout.js b/js/pmpro-checkout.js index 623b7ca99..39cb5f9ce 100644 --- a/js/pmpro-checkout.js +++ b/js/pmpro-checkout.js @@ -140,7 +140,6 @@ jQuery(document).ready(function(){ //add required to required fields if ( ! jQuery( '.pmpro_required' ).next().hasClass( "pmpro_asterisk" ) ) { jQuery( '.pmpro_required' ).closest( '.pmpro_checkout-field' ).append( ' *' ); - jQuery( '.pmpro_required' ).attr( 'required', 'required' ); } //Loop through all radio type fields and move the asterisk.