Photo picker

The photo picker input field gives your users the ability to upload images. Users can take photos using their device's camera or choose images from their photo library. This powerful input field provides a simple and intuitive interface that makes it easy for users to capture images and upload them directly to your app.

Title

Add the title for the photo input field, and keep it concise and clear enough so your users can understand which type of images they should submit.

Allows from sources

Choose the source from which your users can upload the images, from their local photo library, by taking one directly with their device's camera, or both.

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