> 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/tips-and-troubleshooting/troubleshooting-forms.md).

# フォームに関する問題のトラブルシューティング

フォームの操作に問題がある場合は、このガイドを読んで修正方法を学んでください。

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

* Smartsheet
* Pro
* Business
* Enterprise

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

### **フォームよくある質問** <a href="#rx9fo1pc2ohi" id="rx9fo1pc2ohi"></a>

**フォームに送信した内容がシートに表示されません。**

提出物の上のスペースが空白の行で埋められている可能性があります。シートをスクロールして、送信したエントリを見つけます。

新しいエントリを検索するもう 1 つの方法は、Ctrl + F (macOS では Command + C) キーボード ショートカットを使用して、エントリのキーワードを入力することです。

**追加した質問の一部がフォームに反映されていません。**

質問フィールドが非表示に設定されている可能性があります。フォーム内でフィールドを表示できます。

**新しいフォームが送信されても​​、シートでは新しく追加されたセルに数式が自動入力されません。**

この問題が発生する理由は次のとおりです。

* 新しいエントリの近くの 2 行には、近くの他のセルの数式が含まれていません。
* 新しいエントリの前の最後の行は、階層内でインデントされます。

注記\
シートでは、新しいフォームの送信が自動的にインデントされません。

自動入力について詳しく知りたいですか？　[「自動書式設定と数式自動入力の使用または上書き」](https://help.smartsheet.com/articles/1641473-auto-filling-formulas-and-formatting)の記事を参照してください。


---

# 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/tips-and-troubleshooting/troubleshooting-forms.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.
