Thank you. But my client also wants the Google signup facility on the same registration page. Can we customize the code accordingly? Please help into this.
Hello,
that's possible but that will come at the bottom of the custom registration page. this could be fixed with custom CSS but i cant assure you it is possible or not.
Please paste this snippets in your wp-admin >> plugins >> editor >> wplms-customizer plugin >> wplms-customizer.php
add_action('wplms_before_registration_form',function (){
do_action('bp_social_connect');
});