# Create Custom Field

After you've click on **Create** in the [listing](/main-pages/custom-fields.md) you'll see this page.&#x20;

![](/files/HgsGE2TvAgEvzrxEzd9c)

As you can see several actions new options that you can set on the right:&#x20;

* **Backend edition**: Show the field on the backend edition
* **Backend listing**: Show the field on the backend listing
* **Frontend edition (Joomla! only)**: Show the field on the frontend edition
* **Frontend listing (Joomla! only)**: Show the field on the frontend listing

But there is other information to fill, and the first one is the name of you custom field the only one required.\
All the information that you see after **Editable on user modification** will depend on the type of field you've choose.

Here are the different field types:

* Text
* Textarea
* Radio
* Checkbox
* Single Dropdown
* Multiple Dropdown
* Date
* File
* Phone
* Custom Text

### Examples

#### Gender field

We will now add a Gender field as our goal is to include in our Newsletter "Hello Mr John..."

![](/files/l8KR7BUxzmcH1JaFE3On)

These are the information to fill:

* **Field type**: Single Dropdown
* We add a series of **values**. The first one will be selected by default since it doesn't have anything in "Value".

Note that you can **drag and drop** the values like in the listing.

#### Birthday field

We will create a birthday field so you can send an email on the birthday of your users

![](/files/gkkMFuZrYhQCtexmAn4a)

* The **Field type** to choose is **Date**
* We'll make it **required** to make sure to have this information to send **birthday** email.
* You can customise the format of your date field, for example **%d%m%y** will display **01/12/1989**

### Multilingual Site

If you activated the multilingual option in the AcyMailing configuration you will be able to translate every custom field name when it is displayed in the frontend.

![](/files/-MTfGYkI5geiPgfLQyKj)


---

# 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/create-custom-field.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.
