i4w_password_send
Usage
This shortcode returns a form through which a subscriber or visitor can request that his/her password be sent by mail. 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_send] conditional branching is NOT supported.
Shortcode nesting is NOT supported.
Parameters
| Parameter | Description | Default | Required |
|---|---|---|---|
| use_template_id | Specifies an email template ID to use to send the password reminder email. If not specified, the email will be sent from your server. | None | No |
| buttontext | Enter the text that should appear on the input button. | Send 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 |
| layout | Can be 'h' (horizontal) or 'v' (vertical). | v | No |
| Replacement text for the label 'Email:'. | Email: | No |
Example
Shortcode
[i4w_password_send buttontext='Reset my password']
Shortcode
[i4w_password_send buttonimage='URL_to_image']
Shortcode
[i4w_password_send use_template_id='123']