> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/smartsheet/sharing-and-collaboration/forms/manage-and-distribute-a-form.md).

# フォームの管理と配布

フォームを作成したら、フォーム マネージャーからフォームを管理します。

### プラン <a href="#jjz5uugr7efk" id="jjz5uugr7efk"></a>

* Smartsheet
* Pro
* Business
* Enterprise

プラン タイプと含まれる機能の詳細については、 「Smartsheetプラン」ページを参照してください。

### 許可 <a href="#id-3dfn3s4w8y34" id="id-3dfn3s4w8y34"></a>

シート所有者とシート管理者はフォームを作成および編集できます。

Smartsheetの試用版を使用している場合は、フォームを作成できますが、それらのフォームを共有することはできません。

この機能がSmartsheetリージョンまたはSmartsheet Gov に含まれているかどうかを確認してください。

フォーム マネージャーを開くには、フォームが関連付けられているシートから\[フォーム] > \[フォームの管理] を選択します。

フォーム マネージャーから、任意のフォームを選択して編集したり、以下の表にリストされている追加のアクションを実行したりできます。

| このオプションを使用してください                             | これをする                                                                                        |
| -------------------------------------------- | -------------------------------------------------------------------------------------------- |
| フォームを作成...                                   | <p>シートに送信する新しいフォームを作成します。</p><p>シートごとに複数のフォームを作成して、さまざまな情報を収集したり、さまざまな人に異なる形式で表示したりできます。</p> |
| フォームを開く![](/files/eGPhkgAZNyRIIc01K5UN)      | 新しいタブでフォームを開きます。                                                                             |
| フォームのURLをコピー![](/files/mMId3ozXo3Rr13iaklXB) | フォームの URL をクリップボードにコピーして、電子メールやドキュメントなどの他の場所に貼り付けることができます。                                   |
| メニュー![](/files/sBlgXHM0HNlhV1guSaX1)         | 追加のフォーム オプションにアクセスするには、メニュー アイコンを選択します                                                       |
| メニュー > 埋め込みコードのコピー                           | 埋め込みコードをクリップボードにコピーして、ダッシュボードまたは Web サイトで使用するフォームを埋め込みます。                                    |
| メニュー > 複製                                    | 同じシート上に新しい URL を使用してフォームのコピーを作成します。                                                          |
| メニュー > プロパティ                                 | フォームのステータス、送信されたエントリの数、フォーム作成者の電子メール アドレス、作成日を表示します。                                         |
| メニュー > 非アクティブ化                               | URL を無効にします (アクセスするとエラー メッセージが表示されます)。ただし、将来使用できるように URL とフォームは保存しておいてください。                  |
| メニュー > 削除                                    | フォームとそれに関連付けられた URL をSmartsheetから削除します。 URL は回復できません。フォームの削除は慎重に行ってください。                     |

重要\
メニュー オプションへのアクセスは、ライセンスの種類とシートの権限によって異なります。

複数の人が同じフォームに入力する必要があるが、特定のフィールドに異なるデフォルト値を指定したい場合、または「フォーム送信のコピーを送信する」チェックボックスを自動的に選択したい場合は、一意のクエリ文字列パラメータを含む URL を作成します。


---

# 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://manual.dxable.com/smartsheet/sharing-and-collaboration/forms/manage-and-distribute-a-form.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.
