> For the complete documentation index, see [llms.txt](https://help.quickappflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickappflow.com/framework/form-designer/number.md).

# Number

Drag and drop field type as Number.

![](/files/uZfRrCrvckUIXRUPbEzg)

You can change the name of the field: click on the field, check the display name, and enter the text you want.

![](/files/DNTfy7JdSBonbMEhTb4A)

If you want to display value with currency symbol then enable “Use as Currency” setting.

![](/files/q7o6NOhpfyYE8GPS6KR2)

Example: If Year income added as 500000 then it will show as Rs. 500000 in table.

In form:

![](/files/5hMbS9kwLUYRSW3Fgynd)

In table:

![](/files/uJsMjzhsCbNmeziMavuI)

You can add placeholder for number field.

![](/files/jPpxxbf89YopeZR65Vjy)

Example: While adding yearly income you can see added placeholder.

![](/files/3u74Qli87QfSRqvi43Hw)

You can add instructions on number field.

![](/files/MmWfzO7ipMKTMvKKPOVH)

![](/files/REydDrZeEv92pSPzyejN)

If you want to make number field (Yearly Income) required then enable “Required” setting.

![](/files/joHnvL6bMukNpqqArPdv)

![](/files/f82VEdnec9T3IMle3wkA)

You can set limit of value which is enter by user on number field.

![](/files/QomQieCrQNmmpBtIaoAw)

Example:

![](/files/GklJjt92FhjjrE6wW9tQ)

If you want to add unique value validation then enable “Unique Only” setting.

![](/files/nQhjow1zvIMyNaOOhC2a)

Example:

![](/files/nlV9jBITW9JmFWjWS2WU)

You can set default value for Number field.

![](/files/mOh7wcGXjSaTQrXd36oP)

Example:

![](/files/x6jbEgdOBT2epHMGwcy4)


---

# 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://help.quickappflow.com/framework/form-designer/number.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.
