> 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/basic-settings.md).

# 基本設定

基本設定

新しいフォームを作成する際は、ヘッダーから「フォームを追加」をクリックし、画面内の「フォーム追加」ボタンをクリックして下さい。

ここでは、フォーム作成時の基本項目について説明します。

| **大項目**       | **項目**              | **詳細**                                                  |
| ------------- | ------------------- | ------------------------------------------------------- |
| フォーム名称        |                     | テナント内でのフォームの呼称です。回答者には表示されません。                          |
| 表示情報          | タイトル                | 回答者に表示されるフォームのタイトルです。                                   |
|               | 説明                  | タイトルの下に表示されるフォームの説明です。                                  |
| その他（ページ下部に表示） | 送付後のメッセージ           | フォーム送信完了後に表示する文言を設定します。URLを入力すると自動でハイパーリンクに変換されます       |
|               | フォームの基本色            | グレー、オレンジ、グリーン、ブルー、ピンクから選択することが可能です。                     |
|               | 複数選択項目の区切り文字        | 複数の選択肢が選ばれた際、デフォルトでは\|が区切り文字になりますが、他の区切り文字を指定することが可能です  |
|               | 公開期間を指定する           | フォームの表示と送信が可能な期間を指定することが可能です                            |
|               | 回答の編集を許可する          | フォーム送信直後の画面で「回答を編集する」ボタンをおすと、フォームの内容が入力された状態で再度編集が可能です。 |
|               | 未入力の必須項目数を表示する      | フォーム上に未入力の必須項目数を表示します                                   |
|               | リアルタイムエラーチェックを有効にする | 必須のテキスト項目で入力を完了せずに次の項目に行こうとするとエラー表示が出ます                 |
| 担当者           | 認証済担当者のメールアドレス      | ログイン状態でフォームを入力できる人をフォーム単位で設定したい際にご利用下さい。                |

なお、既存のフォームからコピーしたい場合はフォームの編集画面を開き、右上の「コピーを作成」をクリックして下さい。

送信後のメッセージの表示例：

<figure><img src="https://1692208878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvP51wq1pHb6dYs2kqpky%2Fuploads%2F0YxvvGbCb3FNym3BQvWj%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-07%2015.11.52.png?alt=media&amp;token=a9ad68d0-a9cf-4f44-bc6e-12bb806d4bfc" 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/basic-settings.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.
