# 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](https://docs.beefree.io/beefree-sdk/~/changes/480/visual-builders/page-builder/integrating-page-builder) or [popup](https://docs.beefree.io/beefree-sdk/~/changes/480/visual-builders/popup-builder) 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="https://806400411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8c7XIQHfAtM23Dp3ozIC%2Fuploads%2FnRAB5L0oi6f0FSLmvJWp%2FCleanShot%202025-07-28%20at%2014.05.34.gif?alt=media&#x26;token=66a63c90-2dea-41d2-953c-dcf43de740ca" 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="https://806400411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8c7XIQHfAtM23Dp3ozIC%2Fuploads%2Fc5YpsWJ9OfEvmorxonYw%2FCleanShot%202025-07-28%20at%2014.07.12.gif?alt=media&#x26;token=d47b6c11-8fcc-4e54-a771-a90a7cc2c410" alt="" width="563"><figcaption></figcaption></figure>
* [Implement a Form Builder](https://docs.beefree.io/beefree-sdk/~/changes/480/forms/broken-reference) 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="https://806400411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8c7XIQHfAtM23Dp3ozIC%2Fuploads%2FFBZXVVprVLr4JGWodDRe%2FCleanShot%202025-07-28%20at%2014.08.32.gif?alt=media&#x26;token=72258069-c93a-476b-ab35-11dedfcc58b3" 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](https://docs.beefree.io/beefree-sdk/~/changes/480/resources/videos/easily-add-and-customize-forms-in-beefree-sdk) Video
* [Integrating and using the Form block](https://docs.beefree.io/beefree-sdk/~/changes/480/forms/integrating-and-using-the-form-block)
* [Passing forms to the builder](https://docs.beefree.io/beefree-sdk/~/changes/480/forms/integrating-and-using-the-form-block/passing-forms-to-the-builder)
* [Form structure and parameters](https://docs.beefree.io/beefree-sdk/~/changes/480/forms/integrating-and-using-the-form-block/form-structure-and-parameters)
* [Form layout customization](https://docs.beefree.io/beefree-sdk/~/changes/480/forms/integrating-and-using-the-form-block/form-layout-customization)
* [Allowed form fields](https://docs.beefree.io/beefree-sdk/~/changes/480/forms/integrating-and-using-the-form-block/allowed-form-fields)
* [Edit form field modal](https://docs.beefree.io/beefree-sdk/~/changes/480/forms/integrating-and-using-the-form-block/edit-form-field-modal)
