# Text field 📝 The text field input allows you to collect one-line responses of text. ## [#](#overview)Overview This input type is designed specifically for short, concise answers, making it ideal for gathering brief information from users. It allows for quick and straightforward responses, which helps streamline the data collection process and ensures that users can provide the necessary information without unnecessary complexity or length. ![image-20260527-085931.png](https://help.gocapable.com/images/6d59e6bc-7a42-4b8d-9441-d5401f651ade.webp) ## [#](#use-cases)Use cases Typical use cases include: * Collect short answers such as names, titles, reference numbers, or single-line descriptions. * Capture brief comments or notes when a longer text area is not required. * Gather quick details in forms, requests, and intake workflows. ## [#](#configuration)Configuration You have the following options available when using the text input macro: ![image-20260527-085905.png](https://help.gocapable.com/images/2615b706-5cf3-4e8d-822c-ef0037beb029.webp) | **Setting** | **Recommendation** | **Notes** | | ----------- | --------------------------------------------- | ---------------------------------------------------------------------------- | | ID | Use a stable, meaningful internal identifier. | Avoid renaming once the field is used in filters, reports, or templates. | | Label | Use clear user-facing wording. | For example: _Description_, _Additional comments_, or _Notes_. | | Required | Enable only when the value is essential. | If enabled, provide a clear label and help text so users know what to enter. | | Placeholder | Add an example or prompt to guide the user. | For example: Describe the issue in detail, including any steps to reproduce. |