Usage:
This shortcode provides a means for the end user to change his/her email address, resulting in a new contact primary email address and a new user login and email address in WordPress. Upon completion, an automation can automatically be run.
This shortcode does NOT support conditional branching with [ELSE_email_change].
Shortcode nesting is NOT supported.
Parameters:
label | Defines the field label positions. Possible values are “top”, “left” or “placeholder”, to indicate placement above the fields , to the left or as a placeholder, respectively. Default: top. Required: no. |
automation_id | The ID of the automation to run upon successful completion of the change of address. Default: none. Required: no. |
email_1 | The label/placeholder for the first email input field. Default: New Email Address. Required: no. |
size_email_1 | The size of the first email input field. Default: 60. Required: no. |
maxlength_email_1 | The maxlength of the first email input field. Default: 255. Required: no. |
before_email_1 | Text or HTML before the first email label and  input field. Default: none. Required: no. |
after_email_1 | Text or HTML after the first email input field. Default: none. Required: no. |
style_email_1 | CSS style for the first email input field. Default: none. Required: no. |
class_email_1 | CSS class for the first email input field. Default: none. Required: no. |
email_2 | The label/placeholder for the second email input field. Default: Repeat Email Address. Required: no. |
size_email_2 | The size of the second email input field. Default: 60. Required: no. |
maxlength_email_2 | The maxlength of the second email input field. Default: 255. Required: no. |
before_email_2 | Text or HTML before the second email label and  input field. Default: none. Required: no. |
after_email_2 | Text or HTML after the second email input field. Default: none. Required: no. |
style_email_2 | CSS style for the second email input field. Default: none. Required: no. |
class_email_2 | CSS class for the second email input field. Default: none. Required: no. |
button_text | Name of the submit button. Default: Process Change. Required: no. |
before_submit_button | Text or HTML before the submit button. Default: none. Required: no. |
after_submit_button | Text or HTML after the submit button. Default: none. Required: no. |
style_submit_button | CSS style for the submit button. Default: 255. Required: no. |
class_submit_button | CSS class for the submit button. Default: none. Required: no. |
id_submit_button | CSS id for the submit button. Default: none. Required: no. |
Example:
[mbr_email_change] [mbr_email_change automation_id='12'] [mbr_email_change automation_id='12' email_1='Enter your new email' email_2='Repeat your new email' placeholder='yes' button_text='Change now!'] [mbr_email_change automation_id='12' before_email_1='' after_email_1='' email_1='Enter your new email' email_2='Repeat your new email' placeholder='yes' button_text='Change now!']
API:
There is currently no ActiveMember360 API function equivalent for this shortcode.