> 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/settings-for-sign-up-form.md).

# Settings for Sign-up form

### 1. User List mapping

#### What is User list mapping?

Once the System Admin adds a few fields to the sign-up form, they need to select a user list to add the users to that list.

#### Why mapping Sign up form fields to the selected user list form field is necessary?

Upon mapping form fields in the sign-up form, the data entered by the user will be saved in the mapped field of the user list making it easy for the system admin for any future reference.

<figure><img src="/files/r2lUldfVRfJUK2VvKy6X" alt=""><figcaption><p><em>User list mapping</em></p></figcaption></figure>

{% hint style="info" %}
By adding different conditions, system admins can add as many users as they wish to one or several user lists
{% endhint %}

### 2. Add conditions to apply on the sign-up form builder

The Sign-up form builder setting works similarly to form builder settings. The system admin will be able to add multiple conditions on the sign-up form.&#x20;

A list of conditions that can be added to the sign-up form builder are:

* [<mark style="color:purple;">**Manage field settings**</mark>](/form-builder/creating-forms/additional-form-settings/conditions/manage-field-settings.md)
* [<mark style="color:purple;">**Copy field values**</mark>](/form-builder/creating-forms/additional-form-settings/conditions/copy-field-values.md)
* [<mark style="color:purple;">**Conditional values of fields**</mark>](/form-builder/creating-forms/additional-form-settings/conditions/conditional-values-of-fields.md)
* [<mark style="color:purple;">**Calculate field values**</mark>](/form-builder/creating-forms/additional-form-settings/conditions/calculate-field-values.md)
* [<mark style="color:purple;">**Validate field values**</mark>](/form-builder/creating-forms/additional-form-settings/conditions/validate-field-values.md)
* Validate location
* Face Matching
* Append values to a field

{% hint style="success" %}
Once the user maps the user list and adds the conditions they can go on saving the sign-up form.
{% endhint %}

<figure><img src="/files/VZTKjtXHJUQEA3DXJPDF" alt=""><figcaption></figcaption></figure>


---

# 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/settings-for-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.
