Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can't, as I've stated the module posts to the login page. On failed login to simply displays the login page instead of redirecting. It's not module specific either. I suppose you could edit your second login module, add a custom hidden input to send with the post, then in the login function of comprofiler.php check for that hidden input in $_POST.. if it's present then echo a javascript history.go(-1) or something of the sort.How can I get it to stay on my version of the form, and not go to the original CB Login form?
Please Log in or Create an account to join the conversation.