Customer Form Actions

Account Login

Log customer into their account

Requirements

  • An email input field
  • A password input field

Update Customer

Update customer information

Requirements

  • Source Customer as parent
  • The customer must be logged in
  • A firstName input field
  • A lastName input field
  • An email input field

Create Address

Create a customer address

Requirements

  • Source Customer as parent
  • A firstName input field
  • A lastName input field
  • An address1 input field
  • An address2 (optional) input field
  • A city input field
  • A company (optional) input field
  • A country input field
  • A phone (optional) input field
  • A state input field
  • A zip input field

Edit Address

Edit customer address

Requirements

  • Page must be an (individual) Edit Address page
  • Source Customer as parent
  • A firstName input field
  • A lastName input field
  • An address1 input field
  • An address2 (optional) input field
  • A city input field
  • A company (optional) input field
  • A country input field
  • A phone (optional) input field
  • A state input field
  • A zip input field

Create Account

Create a new customer account. If the email already existed in Shopify, it will trigger an activation email that must be clicked before the customer can log in.

Requirements

  • An email input field
  • A password input field
  • A firstName input field
  • A lastName input field
  • An acceptsMarketing input field

Recover Password

Send password recovery email

Requirements

  • An email input field

Reset Password

Reset customer password. This is the page they'd be redirected to from the password recovery email.

Requirements

  • Page must be an (individual) Reset password page
  • A password input field

Send an activation email to the customer.

Requirements

  • An email input field

Activate Account

Activate customer account. This is the page they'd be redirected to from the activation email, where they'll need to set a password to finalize their account creation process.

Requirements

  • Page must be an (individual) Activate password page
  • A password input field