# Form Settings

The following is a list of available form settings.To locate the settings, go to **App admin > Forms > Select the form > Settings**.

### General Settings

General settings associated with the specific form include:

* **Serial Number Validation**: Ensure the serial number entered is valid.
* **Default Status**: Set the default status for new submissions.
* **Product Search**: Enable or disable product search functionality.

### Introduction Text

This is the introduction text for the form as seen on the [frontend page](/frontend-page.md).

### Emails Templates

By default, when a user submits a form, two emails are sent:

* **Confirmation Email**: Sent to the user to confirm their submission.
* **Notification Email**: Sent to the store admin to notify them of the new submission.

This feature can be disabled in the **customer email** section of the settings.

The content of the emails is fully customizable. For more information on how to customize email templates, see [Email Templates](#emails-templates).

### Klaviyo Integration

To enable Klaviyo integration, ensure it is enabled in the app settings and enter the API key.

The Klaviyo integration allows you to select which list in Klaviyo the new submissions will be sent to.

### Export as CSV File

You can export the current registration table as a CSV file. The exported file will include additional fields associated with the product. It is also possible to filter specific entries using the filter options available in the table. To export, go to **Forms > Select the form > Settings > Migrate/Import/Export > Export**.

### Import Entries/Registrations

See [Import/Migrate Registrations](#import-entriesregistrations) for more details on how to import or migrate registration entries.


---

# 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://doc.product-reg.varify.xyz/admin/forms/form-settings.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.
