---
title: Displaying forms
related:
  - https://docs.kentico.com/k12sp/managing-website-content/forms/creating-new-forms.md
  - https://docs.kentico.com/k12sp/managing-website-content/forms/composing-forms.md
  - https://docs.kentico.com/k12sp/developing-websites/page-builder-development.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

> **Note:** **Prerequisite**
>
> A developer needs to [set up](https://docs.kentico.com/k12sp/developing-websites/page-builder-development.md) the page builder feature and prepare pages with editable areas before you can place forms onto pages.

On pages where the [page builder](https://docs.kentico.com/k12sp/managing-website-content/using-widgets-in-mvc.md) feature is enabled, you can insert forms created with the form builder via the _Form_ widget:

1. Open the **Pages** application.
2. Using the content tree, navigate to a page with the page builder feature enabled.
3. Click on a _blue_ plus button to insert a widget to the required location.
4. Click on the **Form** widget to insert it into the page.

   ![Adding the Form widget to a page](https://docs.kentico.com/docsassets/k12sp/displaying-forms/Adding_Form_Widget.png "Adding the Form widget to a page")
5. Select a form from the drop-down list.
   - Only forms created on the current site are available.
6. Click **Save**.

> **Tip:** If you are searching for more detailed information about working with the page builder, please refer to [Using widgets in MVC](https://docs.kentico.com/k12sp/managing-website-content/using-widgets-in-mvc.md).

The selected form is now inserted on the page and ready to receive user submissions. You can browse the collected data on the **Recorded data** tab in the **Forms** application.
