> For the complete documentation index, see [llms.txt](https://docs.beefree.io/beefree-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/beefree-sdk/forms/form-block.md).

# Form Block

## Overview of Form Block

The Form Block allows you to integrate no-code form creation within your implementation of Beefree SDK. This is helpful in scenarios where your application's end users may want to add forms to their [page](/beefree-sdk/visual-builders/page-builder/integrating-page-builder.md) or [popup](/beefree-sdk/visual-builders/popup-builder.md) designs.

Forms are an important part of the content creation workflow, because they enable your end users to gather important information and data relevant to their campaigns and workflows. This data can then be used for future targeted campaigns, personalized content, and so on.

There are several ways you can integrate the Form Block within Beefree SDK to provide your end users with a customized experience that is tailored to their use cases and needs. A few of these customizations and use cases are the following:

* [Configure a default form](https://github.com/BeefreeSDK/beefree-sdk-form-block-demo/blob/main/default-form-example.html) within the Form Block that your end users can then drag-and-drop onto the stage and edit.

  &#x20;

  <figure><img src="/files/frtz7Gxsyvn3madxAkGs" alt="" width="563"><figcaption></figcaption></figure>
* [Create a Form library](https://github.com/BeefreeSDK/beefree-sdk-form-block-demo/blob/main/form-library-example.html) using the Form Block that your end users can use to browse Form templates, select their favorite one, and edit it within the builder.

  &#x20;

  <figure><img src="/files/lK0Z2UUCd6l2t0WvGQFz" alt="" width="563"><figcaption></figcaption></figure>
* [Implement a Form Builder](broken://spaces/xZgBDrdhQLtWmkGqVR59) that your end users can use to build their own custom form, load them into their page or popup design, and edit as needed.

  <figure><img src="/files/ZN5blh0A965zyAyy65Nn" alt="" width="563"><figcaption></figcaption></figure>

You can find sample projects for each of these scenarios in the [Form Block Demo GitHub repository](https://github.com/BeefreeSDK/beefree-sdk-form-block-demo/tree/main). You can also find the [Form validation schema](https://github.com/BeefreeSDK/beefree-sdk-sample-forms/tree/master/validation%20schema) and [sample forms](https://github.com/BeefreeSDK/beefree-sdk-sample-forms/tree/master/forms) in this [Sample Forms GitHub repository](https://github.com/BeefreeSDK/beefree-sdk-sample-forms).

Reference the following resources to learn more about how to use the Form Block within Beefree SDK:

* [Easily Add and Customize Forms in Beefree SDK](/beefree-sdk/resources/videos/easily-add-and-customize-forms-in-beefree-sdk.md) Video
* [Integrating and using the Form block](/beefree-sdk/forms/integrating-and-using-the-form-block.md)
* [Passing forms to the builder](/beefree-sdk/forms/integrating-and-using-the-form-block/passing-forms-to-the-builder.md)
* [Form structure and parameters](/beefree-sdk/forms/integrating-and-using-the-form-block/form-structure-and-parameters.md)
* [Form layout customization](/beefree-sdk/forms/integrating-and-using-the-form-block/form-layout-customization.md)
* [Allowed form fields](/beefree-sdk/forms/integrating-and-using-the-form-block/allowed-form-fields.md)
* [Edit form field modal](/beefree-sdk/forms/integrating-and-using-the-form-block/edit-form-field-modal.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, and the optional `goal` query parameter:

```
GET https://docs.beefree.io/beefree-sdk/forms/form-block.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.
