> For the complete documentation index, see [llms.txt](https://v5docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v5docs.keyfax.biz/scripts/questions/form.md).

# Form

Collects several details on a single screen rather than asking for them one at a time.

<figure><img src="/files/ikP5aSXxhK9w9lHlJuy9" alt="A form question open in the editor"><figcaption><p>A form question, pointing at the form it presents</p></figcaption></figure>

## When a form is better than questions

When the details belong together and none of them changes what comes next — contact details, for instance. A run of six questions that never branch is slower to answer and no more useful than one screen holding six fields.

When an answer DOES change what happens next, keep it as its own question. A form is collected as a whole, and a script cannot branch part-way through one.

The form itself — which fields, in what order — is designed separately. See [Forms](/scripts/forms.md).
