> 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/stili-formy-personalnykh-dannykh.md).

# Стили формы персональных данных

В разделе **Предварительный просмотр** формы вы можете внешний вид формы, которая открывается пользователю **по ссылке**.

{% hint style="info" %}
**Примечание**

Настройка внешнего вида формы, отображаемой в виджете и во встраиваемом чате на сайт (iframe), выполняется в соответствующих разделах настроек (подробнее про настройку внешнего вида формы в чате на сайт вы можете узнать в статье: [Стили формы персональных данных в чате на сайта](/functional/integrations/chat-na-sait/stili-formy-personalnykh-dannykh-v-chate-na-sait.md)).
{% endhint %}

## Предварительный просмотр

В левой части отображается интерактивное окно предварительного просмотра формы.\
Вы можете переключаться между **мобильным** и **десктопным** видами.

<figure><img src="/files/lqEw5TaKdlL1DbXsVXUQ" alt="" width="375"><figcaption></figcaption></figure>

## Настройка параметров внешнего вида

В правой части находятся параметры оформления.

<figure><img src="/files/Yr1zWMrFIyQJFNNnrhv5" alt="" width="375"><figcaption></figcaption></figure>

Доступна тонкая настройка визуального стиля, включая:

* заголовок формы;
* текст кнопки;
* изображение в верхней части страницы;
* ширину формы;
* отступы и скругления;
* фон и цвет заголовка;
* фон полей и цвет текста;
* цвета границ и стиль обводки при фокуса;
* внешний вид кнопки отправки (фон, цвет текста) и другие параметры.<br>

Настройки позволяют полностью адаптировать форму под фирменный стиль вашего продукта или сайта.

<figure><img src="/files/gLHkxgGwcBE6KtCHbioD" alt="" width="375"><figcaption></figcaption></figure>

## Сброс и сохранение

* Кнопка "Сбросить" возвращает значения по умолчанию.
* После внесения изменений обязательно нажмите кнопку сохранения функции, чтобы применить настройки.

<figure><img src="/files/4pPhHpB0VWt33ioLQJW6" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/stili-formy-personalnykh-dannykh.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.
