---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://yandex.ru/support/wiki/en/forms.md
  - https://yandex.ru/support/wiki/ru/forms.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/wiki/en/llms.txt

# Yandex Forms

[Yandex Forms](https://forms.yandex.com/cloud/admin) is a service that enables you to administer surveys, tests and quizzes, collect feedback, and accept applications. Learn more about the service features in the [Yandex Forms documentation](https://yandex.ru/support/forms/).

## Adding a response to a Wiki page {#forms-wiki}

You can save form responses from users to a Wiki page. To do this, set up Wiki integration for the form: [Adding a response to Wiki](https://yandex.ru/support/forms/send-wiki.html).

## Adding a magic link directing to a form {#magic-link}

Magic links to forms include the service icon and the form name. To add a magic link, insert the full address of the form into the text of the Wiki page. For example:

```
https://forms.yandex.com/cloud/u/1a2b345cd6s/
```

![](yfmeditor/icons/magic-links-forms.png =250x){.border-yes}

## Embedding a form on a Wiki page {#insert-form}

To add a form to a page:

{% list tabs group=editor %}

- Visual editor

    1. [Copy a link](https://yandex.ru/support/forms/publish.html#section_link) to the form that you want to add to the page.

    1. On the toolbar, click <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-hidden="true" class="yc-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 6.125a1.874 1.874 0 1 1 .001 3.749A1.874 1.874 0 0 1 14 6.125zm-5.906 0a1.874 1.874 0 1 1 0 3.749 1.874 1.874 0 0 1 0-3.749zM2 6.125a1.874 1.874 0 1 1 .001 3.749A1.874 1.874 0 0 1 2 6.125z"/></svg></svg> **Other actions**, then select <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-hidden="true" class="yc-icon"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="8 6 16.36 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 25.05V9.45c0-.517.431-.95.96-.95h1.553v13.934c0 .583.485 1.066 1.082 1.066h9.17c.598 0 1.083-.483 1.083-1.066V8.5h1.556c.528 0 .96.433.96.95v15.6a.95.95 0 0 1-.96.95H8.96a.95.95 0 0 1-.96-.95Zm3.773-5.917a.63.63 0 0 1 .628-.633h3.782a.63.63 0 0 1 .627.633.628.628 0 0 1-.627.617H12.4a.628.628 0 0 1-.628-.617Zm0-2.5a.63.63 0 0 1 .628-.633h7.558a.63.63 0 0 1 .628.633.628.628 0 0 1-.628.617h-7.558a.628.628 0 0 1-.628-.617Zm0-2.5a.63.63 0 0 1 .628-.633h7.558a.63.63 0 0 1 .628.633.628.628 0 0 1-.628.617h-7.558a.628.628 0 0 1-.628-.617ZM11.775 11V8.5h2.518l-.002-.617c0-1.033.848-1.883 1.89-1.883 1.042 0 1.89.85 1.89 1.883l-.002.617h2.518V11h-8.812Zm5.037-3.117a.633.633 0 0 0-.631-.633.633.633 0 0 0-.631.633.63.63 0 0 0 .631.617.63.63 0 0 0 .631-.617Z" fill="currentColor"/></svg></svg> **Yandex Forms**.

        <!-- source: en/yfmeditor/tools-tip.md -->
        You can also use the quick access menu: type `/` and select a command from the list. {#slash}
        <!-- endsource: en/yfmeditor/tools-tip.md -->

    1. Paste the copied form URL and click **Save**.

- Markdown markup

    To add a form in Markdown mode, use this code:

    ```
    {% forms src="<form_link>" %}
    ```

{% endlist %}

<!-- source: en/_assets/style/image.md -->

<!-- endsource: en/_assets/style/image.md -->
