registration form not working
-
I have a custom template for the registration form in my theme. The form doesn’t work even when I fill it in, but I’m focusing on the error reporting for now, which doesn’t work either (I suspect the same issue, whatever it is).
So,
$template->the_errors()
calls$template->get_errors
. Inside that, if I dump$theme_my_login
, the errors are there. But$this->is_active()
doesn’t seem to evaluate to true. Is there something I need to do in the custom template to make it “active”?One thing is that the site I’m working with needs the registration page at
/account/create/
instead of the default/register/
page that the plugin creates. Is there something I need to do to signal this move? What about moving all the other pages?
- The topic ‘registration form not working’ is closed to new replies.