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 Infusionsoft and is ignored for local WP users, such as admins, editors, etc.

This shortcode does NOT supports conditional branching with [ELSE_password_send].

Shortcode nesting is NOT supported.

Parameters:

use_template_id Specifies an email template ID to use to send the passsword reminder email. If not specified, the email will be sent from your server.
Default: None.
Required: No.
buttontext Enter the text that should appear on the input button.
Default:’Send 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.
layout Can be ‘h’ (horizontal) or ‘v’ (vertical)’.
Default: ‘v’.
Required: No.
email Replacement text for the label ‘Email:’
Default: ‘Email:’.
Required: No.

Example:

[i4w_password_send buttontext='Reset my password']

[i4w_password_send buttonimage='URL_to_image']

[i4w_password_send use_template_id='123']

API:

There is no API function equivalent for this shortcode.