• I would like to insert the default WP registration into my custom register page. Here’s what I did:

    I copied the HTML form from the default WP registration form and insert it into my custom page template. After that, I point the form action to the proper registration url: http://www.mysite.com/wp-login.php?action=register

    When I click “submit”, I get a page saying “This webpage is not available.” Anyone please assist?

Viewing 1 replies (of 1 total)
  • Thread Starter halben

    (@halben)

    Update: I now got it to work by changing form action to:

    action="<?php echo site_url('wp-login.php?action=register', 'login_post'); ?> "

    Is there a way as to how I can also access the js(or something) file that does the validation?

Viewing 1 replies (of 1 total)
  • The topic ‘Inserting default WP registration in custom page help’ is closed to new replies.