# How to add a placeholder text to an input field?

Adding a placeholder value is very easy in Gutenberg Forms. Simply write it inside the input field, and that will be applied as a placeholder on the front-end.

![](/files/-MBcaF6I5hS1nwYd8LNG)

Here is how it looks on the front-end.

![](/files/-MBcaJrMiPYTTvPR4iDl)

No labels and with a placeholder value for the first two fields. That's easy. 😇


---

# 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://cakewp.gitbook.io/gutenberg-forms/quick-tips/how-to-add-a-placeholder-text-to-an-input-field.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.
