Skip to main content

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

ParameterDescriptionDefaultRequired
use_template_idSpecifies an email template ID to use to send the password reminder email. If not specified, the email will be sent from your server.NoneNo
buttontextEnter the text that should appear on the input button.Send PasswordNo
buttonimageEnter the URL path to the image of your choice.NoneNo
buttonstyleAny inline style you want to apply to the button image or HTML button.NoneNo
layoutCan be 'h' (horizontal) or 'v' (vertical).vNo
emailReplacement 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']