> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/adding-users-and-ticketing/registration-forms/registration-form-settings.md).

# Registration form settings

| Name                                                   | Definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Registration form title                                | Here the registration form title can be filled in.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Form opens at:                                         | Here you can specify the time when the registration form will open.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Form closes at:                                        | Here you can specify the time when the registration form will closed.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Confirmatoin e-mail                                    | Here you can choose which e-mail should be send when someone finishes their registration                                                                                                                                                                                                                                                                                                                                                                                                                |
| Assigned user tags                                     | The user tag entered here will be automatically assigned to all registrants who complete this form.                                                                                                                                                                                                                                                                                                                                                                                                     |
| Limit maximum numbe registrations                      | Specify the maximum number of people that can register through this form.                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Share through exhibitor portal                         | Enable this setting to allow exhibitors to share the registration form through the exhibitor portal.                                                                                                                                                                                                                                                                                                                                                                                                    |
| Thank you page configuration                           | <p>Set what is shown once the registration form is completed:<br>- <strong>Do</strong> <strong>nothing</strong>: show a simple thank you message<br>- <strong>Show share with friends/colleagues pop-up</strong>: Show a form to allow registrants to add contact information that is used to email an invitation to register to the event<br>- <strong>Redirect to external thank you page</strong>: adds an additional field to specify a URL that the user is sent to upon completing the form. </p> |
| Show company logo if session is connected to a company | When enabled, a square logo appears adjacent to session checkboxes.                                                                                                                                                                                                                                                                                                                                                                                                                                     |


---

# 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://knowledge-base.letsgetdigital.com/adding-users-and-ticketing/registration-forms/registration-form-settings.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.
