I am using your login / lost password shortcode on one of my pages:
[kleo_login show="login|lostpass" login_title="Log in with your credentials" lostpass_title="I don't know my password / I don't have a password yet" login_link="#|url" lostpass_link="#|url" register_url="hide|url"]
I would love to split the login and lost password function and show two separate forms rather one long one. I managed to do that by changing
kleo_login show=”login|lostpass”
to either
kleo_login show=”lostpass”
or
kleo_login show=”login”
However the functionality gets lost then. It looks right but the buttons don’t work anymore. The page just gets refreshed but the user doesn’t get logged in / no password email gets sent.
Is that a bug or is the only way I can use this form with both features?
Thanks,
Rudolf