> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/walkthroughs/capture-value-from-querystring.md).

# Wert aus dem Query-String erfassen

In diesem Leitfaden sehen Sie, wie ein Wert aus der Querystring des Browsers erfasst und zusammen mit den Antworten des Befragten in einem ausgeblendeten Feld gespeichert wird.

## 🕵 Ausgeblendete Antwort

![](/files/619040a398875d6d49edb2defbd273693a1f0049)

1. Im linken Menü des **Formulardesigners.**
2. Wechseln Sie zum **Antworten** Tab oben im Designer-Menü.
3. Wählen Sie **Versteckt** Antwort.

{% hint style="info" %}
Platzieren Sie das [**ausgeblendete Feldantwort**](/de/form-management/form-designer/answers/answer-types/hidden-field.md) innerhalb einer beliebigen vorhandenen Frage. Es bleibt verborgen und wird vom Befragten nicht gesehen.
{% endhint %}

## 👔 Wert aus Querystring erfassen

![](/files/e7203bed591cdcd71e57bf57432904ef829ae777)

1. Wählen Sie **Properties** in der Symbolleiste rechts von der [Versteckt](/de/form-management/form-designer/answers/answer-types/hidden-field.md) Antwortzeile
2. Gehen Sie zum **Pipe source** am Ende der **Standardtextwert** Zeile.
3. Insert **Variablenname** bei **Querystring-Variablenwert**
4. Drücken Sie **Pipe** um die Einstellungen vorzunehmen.

![](/files/4ea6b3ed9105d5f8a55fd94ae686f192f320fac4)

5\. Legen Sie den Querystring-Namen und -Wert fest und hängen Sie ihn an den [Survey-Deployment-Link](/de/form-management/publish-deploy.md)

![](/files/6685db37e23f1e05129f4f3ed98d9b8de2b3dea7)

6\. Sobald der Befragte seine Antwort abgesendet hat, können Sie den erfassten Wert im [Befragten ](/de/form-management/respondents-management.md)Berichtsgitter anzeigen.


---

# 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.ngsurvey.com/de/walkthroughs/capture-value-from-querystring.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.
