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

# InputFieldType

No description

```graphql theme={null}
enum InputFieldType {
  PHONE_NUMBER
  URL
  SELECT
  TEXT
  EMAIL
  DATE
  FIRST_NAME
  LAST_NAME
  NUMERIC
}
```

### Values

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">PHONE\_NUMBER</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">URL</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">SELECT</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">TEXT</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">EMAIL</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">DATE</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">FIRST\_NAME</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">LAST\_NAME</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">InputFieldType</code>.<code class="gqlmd-mdx-entity-name">NUMERIC</code></span>](#)

### Member Of

[`InputField`](/reference/graphql/objects/input-field)  <mark class="gqlmd-mdx-badge">object</mark>
