i4w_password_change
Usage
This shortcode returns a form through which a subscriber can change his/her password. The changed password is updated in Keap. This shortcode only works for users whose password is stored in Keap and is ignored for local WP users, such as admins, editors, etc.
[ELSE_password_change] conditional branching is NOT supported.
Shortcode nesting is NOT supported.
Parameters
| Parameter | Description | Default | Required |
|---|---|---|---|
| buttontext | Enter the text that should appear on the input button. | Change Password | No |
| buttonimage | Enter the URL path to the image of your choice. | None | No |
| buttonstyle | Any inline style you want to apply to the button image or HTML button. | None | No |
| post_actid | The action set(s) ID to run after a password has been changed, using a comma separated list of action set ID's. | None | No |
Example
Shortcode
[i4w_password_change buttontext='Reset my password']
Shortcode
[i4w_password_change buttonimage='URL_to_image']