Login Form on multiple pages + error message handling
-
Hi!
First, thanks for this great plugin, it is always my go-to solution for customizing the login pages!
I’m working on a project where we have the usual /login/ page, but we also show the login form on article pages for non-logged users. Like a paywall. So, this is what happens right now:
1) Non logged user goes to article page.
2) Non logged user sees the login form. Then he tries to submit the form with his credentials.
3) If he enters any incorrect information, like the password, he is redirected to the /login/ page. But there are no error messages on this page.
4) If they try to submit the login form on the /login/ page, with incorrect credentials again, then the error message shows up properly.I’m using the same shortcode both on the /login/ page and on article pages (
[theme-my-login instance=1]
). I tried both with “instance=1” and without it.Am I doing something wrong? Is there a way to “sync” the article page with the login page and show the error messages properly?
Thanks for any help!
- The topic ‘Login Form on multiple pages + error message handling’ is closed to new replies.