# Simple Fields

## Presentation

*This category allows you to show the same information on all submissions.*

### Title

The title is entered in the field label in the general options. This information is visible to the user on mobile as well as on the web.

### Static text

* **Rich text:** advanced mode with some language-based formatting options [Markdown](https://fr.wikipedia.org/wiki/Markdown)
* **Edit text:** allows you to enter the text that will be displayed to users (required)

### Logo

* **Band type logo:** allows the image to be displayed across the entire width of the screen
* **Upload:** choice of the image that will be displayed in the form (required)
* **Hidden on the web form:** allows you to ensure that the image is only displayed on mobile devices.

## Data

*This category allows the user to enter information, the type of which has been chosen.*

### Text

* **Rich text:** advanced mode with some language-based formatting options [Markdown](https://fr.wikipedia.org/wiki/Markdown).
* **Default value:** applies the value entered in the field.
* **Linked list:** allows you to offer auto-completion when the user types the first character of an element in the chosen [list](/user-documentation/build/building-forms/lists-management.md).
* **Barcode scan:** allows mobile users to use the camera to scan a code that will be entered in the text field.
* **External scan:** allows mobile to copy data from a Bluetooth scanner.
* Texts are limited to 5,000 characters.

### Number

* **Format**: conversion of data into a digital format.
* **Minimum value:** sets a lower limit on accepted values.
* **Maximum value:** sets an upper limit on accepted values.
* **Default value:** applies the value entered in the field
* We follow the standard [IEEE 754](https://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=4610933). The precision of the value depends on its format. For an integer, the value must be between -9223372036854775808 and 9223372036854775807, or between -2^63 and (2^63)-1. For a decimal number, the value is truncated to the first 14 significant numbers.

### Boolean (True/False)

**Default value:** applies the value entered in the field.

### Date

**Format:** allows you to define whether you only use the date or whether you also add the time.

Date fields are saved in [Unix Timestamp](https://fr.wikipedia.org/wiki/Heure_Unix).

### Duration

**Format:** min:sec:micro or min:sec

### Location

This field allows you to collect an address and GPS coordinates (WGS 84 format) using Google Maps. There are three ways to fill it in:

* **Pick a location from Google Maps** — select a point directly on the map.
* **Enter an address** — when the submission is saved, Daxium-Air resolves the address to its GPS coordinates through the Google Maps API.
* **Enter the GPS coordinates** — when you click save, Daxium-Air returns the matching address next to them through Google Maps.

### Email

**Default value:** applies the value entered in the field.

Email fields must comply with [RFC3696](https://tools.ietf.org/html/rfc3696) and [RFC2821](https://www.ietf.org/rfc/rfc2821.txt).

### Phone

**Default value:** Choose the format of the number according to the country (by acting on the flag) and apply the value entered in the field.

### Picture

* **Format:** Choice of resolution to resize the image.
  * **Bass:** 640x480
  * **Normal:** 1024x768
  * **High:** 2048x1536
  * **Original:** Original resolution (defined in mobile settings) - limited to 80 MB

This drop-down menu allows you to choose the resolution for resizing an image taken by a mobile device. It is strongly recommended to reduce the default resolution of smartphone photos, this is very high and therefore increases the file transfer time (file size).

* **Image limit:** sets the maximum number of images that can be linked to the field.
* **File name:** allows you to include a name for the file.

### File

**File name:** allows you to include a name for the file

* Here is the list of **authorized formats:** Image/gif, image/jpeg, image/png, image/tiff, image/x-png
* Text/csv, text/plain, text/xml
* Video/mpeg, video/mp4, video/x-msvideo
* Application/zip, application/pdf, application/x-rar-compressed, application/x-tar, application/x-7z-compressed, application/x-zip-compressed
* File size should not exceed 80 MB

### Signature

**File name:** allows you to include a name for the file.

The signature file is limited to 80 MB.

### List

* **Linked list:** linking the field with a [list](/user-documentation/build/building-forms/lists-management.md).
* **Multiple:** allows the choice of several values in the list.
* **Display:** lets you choose which components are displayed.
* **Display type on mobile:** allows you to use another mode of displaying a list on your mobile form.
* **Dependency on a list:** this function allows you to link several list fields to each other, in order to follow a tree structure. *This is only available on a single choice list and therefore not multiple*.
* **Partial entry:** allows you to stop entering a list at a certain level of the list tree.
* **Continue entry:** allows you to continue partial entry of a previous list field on the form.
* **Finish entry:** allows you to complete the entry of a previous list field (going to the end of the tree structure).

Lists are limited to 100,000 items. No limit on the number of items selected.


---

# 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://www.center.daxium-air.com/user-documentation/build/building-forms/fields/simple-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.
