# Custom fields

In **AcyMailing Enterprise**, you can add extra fields to your subscription form to the user profile on the front-end and on the back-end.\
You can import users with those fields and export the extra fields as well.\
You will then be able to include these fields in a Newsletter.\
This system should meet most of your needs and enable you to create personal subscription form.\
If you want to personalize more your subscription form, you can still integrate AcyMailing with a Form component using the subscription via URL.

### Listing

To manage your custom fields you'll have to log in your back-end and then go to the menu **Custom Fields**.

The first time you go to this page if you didn't run a v5 migration before you should have 2 fields listed: **name** and **email**.

![](/files/-MCvkGJ9QRujAgrlhw2b)

As you can see they are several actions we can do on this listing.

### Ordering

The first one is **ordering** your fields, for example if you want the receiver to put this email before his name you'll have to drag and drop the field like this:

![](/files/-MCvkaaUHlZzE3VDzZBb)

### Field actions

On the right of each field there are many toggle:

* **Required**: if the field is required in front-end form
* **Active**: if the field is visible on the user profile

### Subscription form

To add custom fields to your subscription form in [Joomla!](/setup/subscription-to-your-lists/subscription-module-for-joomla-users.md) or [WordPress](/setup/subscription-to-your-lists/subscription-form-for-wordpress-users.md).


---

# 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.acymailing.com/main-pages/custom-fields.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.
