> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/functions/sending-result/forma-personalnykh-dannykh/parametry-otpravki-formy.md).

# Параметры отправки формы

В этом разделе настраиваются параметры, связанные с тем, где размещается форма, как она отправляется пользователю и какое сообщение он увидит после её заполнения.

### Сервер обработки

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

Выберите, на каком сервере будет размещена форма:

* Международный. Пример ссылки на форму:

<figure><img src="/files/phaM23PhNGVJ2gRdNwAf" alt="" width="364"><figcaption></figcaption></figure>

* Российский. Пример ссылки на форму:

<figure><img src="/files/4xJRLskFKQSAWw3rkqlj" alt="" width="352"><figcaption></figcaption></figure>

* Казахстанский. Пример ссылки на форму:

<figure><img src="/files/S40tBJTekAjLfPRJAsIh" alt="" width="364"><figcaption></figcaption></figure>

Это влияет только на территориальное расположение сервера хранения формы и не меняет логику работы самой функции.

### Сообщение со ссылкой на форму

Это текст, который пользователь получит вместе с ссылкой на форму.

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

Можно использовать плейсхолдер {url}, например:

"Пожалуйста, заполните форму {url}."

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

{% hint style="info" %}
**Важно**

В виджете и в встроенном чате на сайт (iframe) сама ссылка не будет отображаться — останется только текст сообщения.
{% endhint %}

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

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

### Текст кликабельной ссылки (только для Telegram)

Если хотите заменить длинный URL на аккуратный текст, укажите его здесь, например:

"Заполнить форму".

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

В Telegram ссылка будет отображаться как кликабельный текст (по умолчанию будет текст "ссылка на форму").

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

### Сообщение после отправки формы

Текст, который пользователь увидит после успешной отправки данных.

<figure><img src="/files/4ysdPv6P7GnES92MDgxz" alt=""><figcaption></figcaption></figure>

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

{% hint style="warning" %}
**Важно**

**В тестовом чате** сообщение после отправки формы отображается **только после обновления страницы** — это нормальное поведение.
{% endhint %}


---

# 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://doc.nextbot.ru/functional/functions/sending-result/forma-personalnykh-dannykh/parametry-otpravki-formy.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.
