hi there @mercime thank you so much for your response. I’m not having much luck with either of those – this is the code I pasted into my child theme functions.php
if ( class_exists(‘BuddyPress’) ) {
add_action(‘init’,’mme_redirect_register’);
function mme_redirect_register(){
global $pagenow;
if( ‘wp-login.php?action=register’ == $pagenow ) {
wp_redirect(‘http://members.caravancamping.club/register/’);
exit();
}
}
}
also with the second username – I’ve still got exactly the same problems – only just with a different field name?? how to I delete one of these entirely please? http://members.caravancamping.club/register/
sorry – I didn’t clarify with the last problem – how do I fix this? which one should I remove and how do I correctly do this please. I would prefer my user to choose their own pass word straight away. thanks again