# Forms - Form Creation

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

**To create a form follow the steps below:**

Form > **+ New**

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

This button will take you to the page to fill in the data for the form you want to create.

On the form creation page, we have several fields and options to use. Let's start by filling in the **Form name**.

<figure><img src="/files/4b503b6715b1caf7f2ee64d829d69a1884eb54fd" alt=""><figcaption></figcaption></figure>

Next we have the optional fields which are:\
**Category**, **Form attributes** and **Description**.

<figure><img src="/files/4b24d3a994b8ec309bfa4f6650919085112111af" alt=""><figcaption></figcaption></figure>

**Category**: You can assign a category to your form so that your Workflow stays organized. Remember that after assigning a category to your form, it will be displayed in the list of created forms.

**Form attributes**: This field is for advanced users who want to add attributes to the form tag. For example, by adding the attribute (index="1"), the form tag will be updated to (\<form index="1" …).

**Description**: With this field, you can describe the reason why the form was created, as well as note how it should operate. This field is highly recommended so that your company's Workflow remains organized.

In the **Actions**, you will choose what will happen to the Lead after they fill out the form.

*It is possible to configure whether the actions will execute only once or not. If the answer is "YES", when a Lead fills out this form again, the actions **does not** will be executed a second time.*

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

Enable **API** Meta conversions API is optional.

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

<figure><img src="https://docs.sprinthub.com/content/images/2023/07/image-29.png" alt=""><figcaption><p>The <strong>Conversions API</strong> is a way to share event data, online or offline, from your server with Meta Ads. With it, you can choose which data you want to use to improve your ad campaigns. For example, you can send data about purchases, sign-ups, contacts or visits that your customers make on your website. This data can help Meta Ads find the ideal audience for your ads, show more relevant and personalized ads to your customers</p></figcaption></figure>

**Settings:**

**PUBLISHED:** For the form to remain active, you must keep the “Yes” option selected.

**KIOSK MODE:** We will send a new Lead for each form submission, even if the form is submitted multiple times.

**OVERWRITE INFORMATION ON REPEATED SUBMISSIONS?:** If the answer is "YES", when a Lead fills out this form repeatedly, we will replace the Lead's information with the new submission. If this option is "NO", we will save it in the Lead's history, but we will not replace the information.

**RESOLVE CONFLICTS AUTOMATICALLY?:** If the answer is "YES", when a Lead fills out a form with information that conflicts with another existing Lead (based on the conflict settings), we will resolve the conflict automatically. This option cannot be enabled simultaneously with the "Block submission when conflict occurs" option.

**BLOCK SUBMISSION WHEN CONFLICT OCCURS?:** If the answer is "YES", when a Lead fills out a form with information that conflicts with another existing Lead (based on the conflict settings), a warning will be shown to the Lead, preventing the form from being submitted. This option cannot be enabled simultaneously with the "Resolve conflicts automatically" option.

**ENABLE PARTIAL SUBMISSION:**  If the answer is "YES", when the Lead finishes filling out a field, we will send it to the system even if the "Submit" button has not been pressed. This does not cause the Lead's data to be saved, but the information will be shown in the history.

**REDIRECT ON SUBMIT:** Forward the Lead to another URL after the form is completed.

**UNARCHIVE THE LEAD WHEN SUBMITTING THE FORM?:** If the Lead is archived when they submit this form, they will be unarchived automatically.

Edit Form > **Open builder.**

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

Here are all the **Tools** to customize your form.

<figure><img src="/files/759111fe2a08696115c0bea193f6e5d0c239b4a3" alt=""><figcaption></figcaption></figure>

Add the questions you want to ask your respondents, choosing among various types such as multiple choice, checkbox, short text, long text, grid, date, time and others.

<figure><img src="/files/3f944ac0048f350b7564002cc2e382bece029e2c" alt=""><figcaption></figcaption></figure>

Customize the design of your form by changing the colors, images and fonts to match your brand or purpose.

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

For Warning, Error or Success messages of the form, drag the image icon below:

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

Click the message and set which type it will be, Error or Success:

<figure><img src="/files/1c5996cc6f2bd6c1fc95eec69b65514158930b68" alt=""><figcaption></figcaption></figure>

Set the form name and then click save:

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

*Done, your Form will be created.*


---

# 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-initial-settings/forms-form-creation.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.
