> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/general-system-settings/enable-sign-up/build-a-sign-up-form.md).

# Build a Sign-up form

System Admin can add fields to the sign-up form builder by dragging & dropping them on the workspace. The drag & drop functionality works similarly to [<mark style="color:purple;">**adding a field to the form builder**</mark>](/form-builder/creating-forms/adding-fields-and-saving-a-form.md).

Also, system admins can add only the [<mark style="color:purple;">**basic fields**</mark>](/form-builder/creating-forms/adding-fields-and-saving-a-form/building-forms.md#basic-fields) on the sign-up form.&#x20;

<figure><img src="/files/UYyXTFou7WPh32IAV7OA" alt=""><figcaption><p>Sign-up builder</p></figcaption></figure>

{% hint style="info" %}
'<mark style="color:green;">Name</mark>', '<mark style="color:green;">Email</mark>' & '<mark style="color:green;">Phone number</mark>' fields for a sign-up form are mandatory and are pre-added. Users may not be able to delete the same but can modify a few settings.
{% endhint %}

### 1. Email Field

The System Admin can modify the settings for the pre-added email field in the sign-up form builder.

<figure><img src="/files/zloqs0zPbkLbsjGV0sGS" alt=""><figcaption><p>Email setting for pre-added Email field</p></figcaption></figure>

### 2. Phone Number Field

The System Admin can modify the settings for the pre-added phone number  field in the sign-up form builder.

<figure><img src="/files/vKf41xGys3b4JzOxoOd2" alt=""><figcaption><p>Phone Number Setting for Pre-added field</p></figcaption></figure>

{% hint style="warning" %}
System Admin won't be able to add [<mark style="color:red;">**Section Field**</mark>](/form-builder/creating-forms/adding-fields-and-saving-a-form/individual-field-settings.md#section) to the sign-up form builder&#x20;
{% 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://docs.senpiper.com/general-system-settings/enable-sign-up/build-a-sign-up-form.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.
