> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Activate

> Allow users to activate their account from Shopify activation email.

<Note>
  This feature is only available to `beta` users. To request access, please contact [customercare@uselooop.com](mailto:customercare@uselooop.com).
</Note>

## Setup

<Steps>
  <Step title="Activate Form">
    Add a Webflow form to the Activate page.
  </Step>

  <Step title="Activate Form - Attribute">
    Add the following attribute to the `Form` element of the Webflow form:

    ```html theme={null}
    looop=activateform
    ```
  </Step>

  <Step title="Activate Form - Fields">
    Add [available fields](#available-fields) to the form
  </Step>

  <Step title="Success Redirect">
    In the `Form` element settings, set the `Redirect URL`. On successful activation, the user will be redirected to this URL.

    <Frame>
      <img src="https://mintcdn.com/thinddev/WJpokBS_R24FjARc/images/form-redirect.png?fit=max&auto=format&n=WJpokBS_R24FjARc&q=85&s=6288c094501d329e904ec12e5c443529" width="478" height="564" data-path="images/form-redirect.png" />
    </Frame>
  </Step>
</Steps>

## Available Fields

### Customer Password

<sup>`required`</sup>

```html theme={null}
looop=customer_password
```
