# Tab textfields

### Maximum text length (maxlength)&#x20;

The maxlength attribute defines the maximum string length that the user can enter into a text field or text area. The attribute must have an integer value of 0 or greater.&#x20;

### Placeholder&#x20;

The placeholder attribute defines the text that appears in a text field when it has no value. The placeholder text should give the user a brief indication of the expected value that should be entered into the text field.

<figure><img src="/files/jZ6tj6oerZkpnpMpYNsy" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.pixeleyes.de/anleitungen-instructions/english/documentation-of-our-shopware-6-plugins/forms-manager-for-shopware-6/pluginmenu/forms-fields/tab-textfields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
