---
title: "Create Option"
method: POST
path: "/forms/fields/{field_id}/options"
tags: ["Forms::Fields::Option"]
---

# Create Option

`POST /forms/fields/{field_id}/options`

Add a new option to a field

## Path parameters

- `field_id` integer, required

## Request body

- object
  - `forms_fields_option` FormsFieldsOptionParameters — Options
    - `label` string, required — Label

## Response `201`

Created

- FormsFieldsOptionAttributes — Options
  - `id` integer — Option ID
  - `public_id` string, nullable — Option public ID
  - `field_id` integer — Field ID
  - `label` string — Label
  - `sort_order` integer, nullable — Sort order
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
