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

# Form settings

Customize the appearance and behavior of your forms with claimr.

<figure><img src="/files/qYAcogFVHT6ExfyENqDn" alt="" width="375"><figcaption><p>Form settings</p></figcaption></figure>

### **General**

* **Form name:** This field displays the current name of the form. You can edit the form name directly within this field.
* **Quiz mode (Deprecated):** This toggle enables quiz functionality within forms. However, this method is outdated and no longer recommended. To create quizzes, use the dedicated Quizzes feature, which provides a significantly improved experience. To find out more, read our [Quizzes](/forms/quizzes.md)article.&#x20;
* **Enable page pagination:** This toggle enables page numbering within the form. When enabled, users will see the current page number, allowing them to track their progress through multi-page forms or quizzes.

### **Customization**

* **Form min-height:** This field specifies the minimum height of the form in pixels. This helps maintain a consistent visual appearance when your form has multiple pages with varying content. By setting a minimum height, you prevent the form from shrinking or expanding drastically as users navigate between pages.

**Example: If you have a multi-page form with some pages having a lot of content and others having very little, setting a "Form min-height" will prevent the form's overall height from jumping around as users navigate. This creates a smoother and more visually consistent experience.**


---

# 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.claimr.io/forms/form-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.
