Location

The location input field supports capturing data such as addresses or latitude and longitude coordinates.

By using this type of field, you provide your users with the ability to search or locate the exact location on the map directly within the form page of the app. Consequently, with this field, you can streamline data collection and make it more accurate and efficient for you and your users.

Title

Give a name to the input field so that users can easily identify what kind of data they are entering.

Output Format

Choose between two options: Address or Lat/Long.

  • Address: users can input a full address, including street name, city, state, and zip code. If you choose

  • Lat/Long: users can input latitude and longitude coordinates.

Validation

"Required" and "Validation by Formula" checkboxes validate input.

When "Required" is enabled, the input field must be filled by users before they can submit the form.

"Validation by Formula" allows you to write your data validation rules with Typescript. Read how Typescript is implemented in Starion here.

pageOverview

Hidden

Hide the input field if in case it is needed.

This can be useful if you only want to show the field to certain users, if you want to hide it until a specific point in the form, or when you want to use the component to collect the data in the background without displaying it to the user.

Tag

Name the component for use with the Typescript.

currentPage.components.componentTag

Last updated