> For the complete documentation index, see [llms.txt](https://support.pears.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.pears.io/plan/community-events/form-builder-basics.md).

# Form Builder Basics

The Form Builder is a drag-and-drop interface for designing registration forms for community events. It appears after configuring a registration type (attendee, sponsor/vendor, volunteer, or other).

{% hint style="info" %}
**TIP:** The form builder auto-saves as you work. You can exit using the **Go back** button at the top left of the screen and all progress will be saved under the respective registration type.
{% endhint %}

## Building a Form

{% stepper %}
{% step %}

#### Add fields

Drag field elements from the right-side panel onto the form canvas to add them. Available field types include text inputs, dropdowns, checkboxes, radio buttons, date pickers, and file uploads.
{% endstep %}

{% step %}

#### Rename fields

Click on a field to open its properties. Rename each field in the properties section — these names appear in data exports and help identify specific questions.
{% endstep %}

{% step %}

#### Set fields as required

Expand the **Validation** section in the field properties and toggle the **Required** setting. A red asterisk appears next to the field label as a visual indicator.
{% endstep %}

{% step %}

#### Add conditional logic

Use the **Conditions** section to configure fields that show or hide based on responses to other fields. For example, display a text field only when a "Yes" response is selected.
{% endstep %}

{% step %}

#### Reorder fields

Drag fields up or down on the canvas to change their order on the form.
{% endstep %}

{% step %}

#### Remove fields

Click the delete icon on any field to remove it from the form.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** For questions about advanced form builder features, contact PEARS Support at <support@pears.io> or (785) 789-3199.
{% endhint %}


---

# 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://support.pears.io/plan/community-events/form-builder-basics.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.
