> ## 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.

# Reset

> Allow users to reset their password from the email they receive.

## Setup

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

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

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

  <Step title="Reset 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 success, 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

### New Password

<sup>`required`</sup>

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

### Confirm New password

<sup>`required`</sup>

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