# Forms - Storing form responses in a custom object

In this example you created a form and want to store users' responses in a custom object.

Follow the step-by-step below:

* First create a custom object. [Learn how to create custom objects here.](https://docs.sprinthub.com/topicos/configuracoes/campos/objetos-customizados)

Select YES for the Allow dynamic creation of objects option. Click Save and Close

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

* Next create a form. Learn how to create forms here.

After creating your form, click on the form actions the actions:

* Enable custom object, indicate the object created earlier and click New Object.

<figure><img src="/files/2fda333f1dd72e0e8d730f33588e6b2b84063848" alt=""><figcaption></figcaption></figure>

* Add to a segment action, choose the segment that will receive the leads that fill out the form

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

* &#x20;Enable Kiosk Mode so that a lead is created for each form submission
* Enable Execute actions only once

Click Save and Close

<figure><img src="/files/54d12453cf11ccd83a9dd47fc1f739cb6998a0c7" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: 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:

```
GET https://docs.sprinthub.com/en/topics/convert/forms/forms-common-questions/forms-storing-form-responses-in-a-custom-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
