> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-forms/guides/form-creation/custom-properties.md).

# カスタム項目を追加する

### カスタム項目の種類

immedio Formsでは以下のカスタム項目を設定することが可能です。

| テキスト入力    | 一行でのテキスト入力欄                                           |
| --------- | ----------------------------------------------------- |
| フリーテキスト入力 | 複数行を想定した、高さのあるフリーテキスト欄                                |
| ラジオボタン    | 単一選択（選択肢を事前に設定）。選択肢は画面上に表示                            |
| コンボボックス   | 単一選択（選択肢を事前に設定）。選択肢はドロップダウンになっており検索可能                 |
| チェックボックス  | 複数選択（選択肢を事前に設定）                                       |
| 均等目盛      | 1から10までなど均一に並んだ数字から一つを選択するもの（選択肢の数、最小値と最大値のラベルを事前に設定） |
| 日付        | 商談獲得日、Next Action日等の日付を入力できます                         |
| 日次        | 日付に加えて時・分を入力したい際に利用します                                |
| 画像        | 画像を表示します（非入力項目）                                       |

#### 設定事項

また、それぞれの項目で以下を設定することが可能です。

| 識別子      | 回答結果をCSVで出力する際の項目名及びフォーム上での項目のnameとして利用されます（デフォルトはq1, q2の順で設定）\* |
| -------- | ---------------------------------------------------------------- |
| 必須入力     | 必須項目にしたい場合にチェックを入れます                                             |
| 接客メモで入力  | 展示回答でお客様による入力が終わった後で、担当者が補足情報を入力する際に利用します                        |
| タイトル     | 回答者に表示される質問内容                                                    |
| 「その他」を追加 | ラジオボタンかチェックボックスの際に選択肢にその他が追加され、選択されるとフリーテキストで入力できます              |
| プレースホルダー | テキスト項目にプレースホルダーを表示します                                            |
| 補足       | タイトルの下に表示される補足文                                                  |

### 各種設定

#### 選択項目の選択肢の追加方法

* ラジオボタン、コンボボックス、チェックボックスの選択肢入力については以下の方法が可能です。
  * 1つずつ入力して「追加」を押す
  * 1つずつ入力してControl + Enterを押す
  * CSV形式（カンマで区切った複数の値）を入力して「追加」を押す
    * 選択肢に1,000などカンマが入った値を入れたい際は、"1,000"のように""で囲んで入力して下さい。
* また、アンケート画面に表示する値とリストに出力する値を変えたい場合（LabelとValueを別々に設定したい場合）は、山田|<yamada@immedio.io>のように、ラベルとValueを|で挟んで記載して下さい。

#### 識別子について

* 識別子については、同じ識別子を複数の設問で利用することが可能です。同じ設問を複数のセクションで利用したい際などにご利用下さい。リード一覧には後から入力された方の値が反映されます。

#### 固定値について

* フォーム設定の最下部で、識別子と値の組み合わせを入力することが可能です。SalesforceのキャンペーンIDなど、外部連携に必要な項目をフォーム一律で設定する時などにお使い下さい。

#### 条件分岐項目について

* 選択型の項目では、選ばれた選択肢によって次の設問が表示される条件分岐の設定が可能です。こうすることによって、不要な項目を顧客に見せないようにすることが出来、回答率の改善を図ることが可能です。
* また、条件分岐については二階層まで設定することが可能です。

<figure><img src="https://1692208878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvP51wq1pHb6dYs2kqpky%2Fuploads%2FDYGiXXOdT6bxI4WtUGeR%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202025-11-04%2018.58.15.png?alt=media&amp;token=15368efc-b0e6-435f-b3a5-3d56afbd65ad" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.immedio.io/immedio-forms/guides/form-creation/custom-properties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
