> 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/ar/walkthroughs/capture-value-from-querystring.md).

# التقاط قيمة من سلسلة الاستعلام

في هذا الشرح، سترى كيفية التقاط قيمة من سلسلة استعلام المتصفح وتخزينها مع إجابات المستجيب في حقل مخفي.

## 🕵 إجابة مخفية

![](/files/118fc51f0574985ecdaf5dd51cb103b746f19fee)

1. في القائمة اليسرى من **مصمم النموذج.**
2. قم بالتبديل إلى **الإجابات** علامة التبويب في أعلى قائمة المصمم.
3. اختر **مخفي** إجابة.

{% hint style="info" %}
ضع [**حقل الإجابة المخفي**](/ar/form-management/form-designer/answers/answer-types/hidden-field.md) داخل أي سؤال موجود. سيبقى مخفيًا ولن يراه المستجيب.
{% endhint %}

## 👔 التقاط قيمة من سلسلة الاستعلام

![](/files/c0c5be8fa9a56c284bac8d68b0cebd16794efeff)

1. اختر **Properties** في شريط الأدوات على يمين [مخفي](/ar/form-management/form-designer/answers/answer-types/hidden-field.md) سطر الإجابة
2. اذهب إلى **Pipe source** في نهاية **قيمة النص الافتراضية** السطر.
3. Insert **اسم المتغير** في **قيمة متغير سلسلة الاستعلام**
4. اضغط **Pipe** لتعيين الإعدادات.

![](/files/8db195e5644e95fccf0812f5e85bd6df1fa10581)

5\. قم بتعيين اسم وقيمة سلسلة الاستعلام وأضفه إلى [رابط نشر الاستبيان](/ar/form-management/publish-deploy.md)

![](/files/f1d3460b4247b4c2cac66bf72d6d38cfd7ff6704)

6\. بعد أن يرسل المستجيب إجاباته، يمكنك عرض القيمة الملتقطة من [المستجيبين ](/ar/form-management/respondents-management.md)شبكة التقرير.


---

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

```
GET https://docs.ngsurvey.com/ar/walkthroughs/capture-value-from-querystring.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.
