Forum Replies Created
-
AuthorPosts
-
January 19, 2018 at 1:08 am in reply to: Add change password and remove create member id/password in profile edit page #13035
Rin Ng
ParticipantHi mbrsolution,
The member id and password are default fields. Is there a way to create a form without those default fields? What about change password, is there a way to add that in via the form builder?
Rin Ng
ParticipantHi mbrsolution,
I managed to get the redirection to work by editing the login form adding a hidden input field
<input type="hidden" id="swpm_redirect_to" name="swpm_redirect_to" value="<?php echo (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?>"/>This will redirect the user back to the very same page where they login, good for websites that has a login panel on every page.
Thanks for the help.
Rin Ng
ParticipantHi mbrsolution,
I’ve installed the plugin. Selected the checkbox but it doesn’t do anything. I’m using the shortcode [swpm_login_form] , read the online documentation below and it writes there is a query “swpm_redirect_to” parameter which is tagged to the form.
https://simple-membership-plugin.com/configure-login-redirection-members/
Is it possible to edit the login form so that it includes the parameter for every single page or sidebar that uses the shortcode [swpm_login_form]?
Thanks again.
Rin
-
AuthorPosts