• humpydumpy

    (@humpydumpy)


    I have been searching for 3 weeks now to find out why my custom registration form is not showing, when I hit “Register” in the login screen. Whatever I do, I always end up with the default WordPress registration form.

    UM 2.3.1
    Global settings membership set to anyone can register

    What is required to let WordPress redirect the registration to my customer registration form?

    Thank you so much,
    Regards, Humphrey

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @humpydumpy

    You can try this snippet:

    add_filter( 'register_url', function(){
    	return 'https://digital-asset-verse.digital/register';
    } );

    You can add this code to your theme’s functions.php file or use a plugin called “code snippet” to add this code. And please remember to replace the url to your registration page url.

Viewing 1 replies (of 1 total)
  • The topic ‘UM Custom Registration Form not showing’ is closed to new replies.