# Form Settings

Settings for the form

### General

General settings associate with the specific form like serial numbers validation, default status and product search etc

### Introduction text

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

### Emails templates

By default when the user submit a form submission, it will send out two emails

* Confirmation email to the user
* Notification email to store admin

Its also possible to turn on/off of sending those emails

The content of the emails are completely customizable (see [email templates](#emails-templates) for more information about customization)&#x20;

### Integrations

#### Klaviyo integration

It's available if its enabled (will need to enter the api key in the App settings)

Klaviyo integration allow you to select which list in Klaviyo the new submission will send to

#### Export as CSV

Export the current registration table as CSV file, the file will contain extra fields associate with the product. Its also possible to filter to specific entries by using the filter in the table.

#### Import entries/registrations

See [Import/Migrate Registrations](#import-entries-registrations) for more detail


---

# 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.productcares.com/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.
