[memb_change_password]
This Applies to
OTHER DOCS Available
Summary
The change password form will ONLY display to logged users that are mapped to Infusionsoft contacts. It will not display for admins, or for local users.
Shortcode Examples
Unstyled Form:
[memb_change_password]
Custom button text example:
[memb_change_password buttontext="Change My Password"]
The below shortcode will display a custom label rather than the default “New Password” and “Repeat Password.”
[memb_change_password password1label= "Enter a New Password:" password2label="Confirm the New Password:"]
Shortcode Parameters
buttontext: A customized text can be used within a clickable button.
password1label: defaults to “New Password:”
password2label: defaults to “Repeat Password:”
As of v2.45, the following additional parameters are supported:
goal: Campaign Builder API Goal to achieve once the password is changed
success_url: URL to redirect to on successful password change.
tagids: Tags to add or remove once the password is changed.
Shortcode Attributes
Additional Information
CSS Classes for change password form. Please note that the number “1” will be incremented in case you use [memb_change_password] shortcode on more than one place:
form#memb_password_change-1 label { display:inline-block; width: 200px; text-align:right; margin-right: 10px; font-weight: normal; } form#memb_password_change-1 .password_change_message { color:red; font-weight: bold; }