Usage:
This shortcode returns a form through which a subscriber can change his/her password. The changed password is updated in Infusionsoft. This shortcode only works for users whose password is stored in Infusionsoft and is ignored for local WP users, such as admins, editors, etc.
This shortcode does NOT supports conditional branching with [ELSE_password_change].
Shortcode nesting is NOT supported.
Parameters:
buttontext | Enter the text that should appear on the input button. Default:’Change Password’. Required: No. |
buttonimage | Enter the URL path to the image of your choice. Default: None. Required: No. |
buttonstyle | Any inline style you want to apply to the button image or HTML button. Default: None. Required: 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. |
Example:
[i4w_password_change buttontext='Reset my password']
[i4w_password_change buttonimage='URL_to_image']
API:
There is no API function equivalent for this shortcode.