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

# Market Form

> This element is a Webflow Form that will have an dropdown menu for the user to select the market they are interested in.

<Frame>
  <img src="https://mintcdn.com/thinddev/WJpokBS_R24FjARc/images/marketform.svg?fit=max&auto=format&n=WJpokBS_R24FjARc&q=85&s=c4285f53fa4afac63a6515623f127654" width="254" height="225" data-path="images/marketform.svg" />
</Frame>

## Setup

<Steps>
  <Step title="New Market Form">
    Add a Webflow form inside the popup or dropdown menu.
  </Step>

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

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

  <Step title="Market Form - Dropdown">
    Add a dropdown input field to the form and add following attributes to it:

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