Other Fields

About 2 min

Other Fields

The Other Fields group offers additional form elements that provide additional functionality but are used less commonly.

Please check common filed settings

Shared fields settings.

The available field types are:

Avatar Image

This field allows users to upload an image for their avatar, and it is saved as a base64 string in the database. This field is particularly useful for smaller images, such as profile pictures, and it provides cropping functionality.

Google Map

This field type includes elements specifically designed for integrating Google Maps into your form. It allows users to select locations and interact with the map.

To utilize the Google Map field, you will need to obtain a Google Maps API key. The API key should be added to your project's .env file as the GOOGLE_MAP_KEY variable. The key is necessary for accessing and utilizing the Google Maps services and functionalities within your form.

Bing Map

Similar to the Google Map field, the Bing Map field provides elements for integrating Bing Maps into your form, enabling location selection and interaction.

To utilize the Bing Map field, you will need to obtain a Bing Maps API key. The API key should be added to your project's .env file as the BING_MAP_KEY variable. The key is necessary for accessing and utilizing the Bing Maps services and functionalities within your form.

Password

The Password field type allows users to enter a secure password. The input is masked to protect sensitive information.

Range

The Range field is a slide element that allows users to select a value within a specified range.

Decimal: Specify the number of decimal places allowed for a numeric value. You can set a range from 0 to 6 decimals, depending on your specific needs.

Min Value: Set the minimum allowed value. Any input below the minimum value will be considered invalid.

Max Value: Define the maximum allowed value. Any input exceeding the maximum value will be considered invalid.

Step: Set the value of increment or step size for the Range field. This determines the interval at which the slider moves and allows users to select the values. For example, if the step value is set to 1, the slider will move by 1 unit per step. If set to 0.5, it will move by increments of 0.5 units.

Color Picker

This field type provides a color picker interface for users to choose colors.

Big Integer

The Big Integer field is used for inputting large integer numbers.

Min Value: Set the minimum allowed value. Any input below the minimum value will be considered invalid.

Max Value: Define the maximum allowed value. Any input exceeding the maximum value will be considered invalid.

Date Range

The Date Range field allows you to select a range of dates by specifying the start and end dates.

Disable days: disable the days already taken for the current record.