diff --git a/js/pmpro-checkout.js b/js/pmpro-checkout.js index 39cb5f9ce..623b7ca99 100644 --- a/js/pmpro-checkout.js +++ b/js/pmpro-checkout.js @@ -140,6 +140,7 @@ 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.