# FormField

**Kind:** Interface

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/layout/contact-form.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/layout/contact-form.tsx#L16)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `'text' | 'email' | 'tel' | 'textarea' | 'select'` |
| `labelKey` | `string` |
| `placeholderKey` | `string` |
| `required` | `boolean` |
| `options` | `{ labelKey: string; value: string }[]` |
