WebSiteHome

How to create a Data Form

Step-by-Step Guide

Step 1: Access the Data Forms section

From your Orchestrator Home screen, select the Data Forms option.

DataForms

Step 2: Create a new Data Form

You will be directed to a new window displaying all the Data Forms you have created, listed by groups. To create a new Data Form, click the CREATE NEW button.

Create New DataForm

Step 3: Fill the Create Form information.

In the new window, pre-configure your form by entering the form name, selecting the repository where the data will be saved, choosing the group to which the form will belong, and optionally adding a description. Then, click the CREATE button.

Configure Form

Step 4: Check your form information

You will be directed to a new screen displaying the pre-configuration from the previous step.

Form Configuration

Step 5: Choose the table linked to the form

Select the Table option and choose the table where you want to save the form's information.

Select Table

Step 6: Add a new Section

Select the Form option and click the ADD SECTION button to start creating your form.

Add Section

πŸ“˜

Form Sections

You can divide forms into sections to help users understand that each part of the form collects different data.

Step 7: Fill the new Section form

Enter a name for the form section and an optional description. Then, click the SAVE button.

Save Section

Step 8: Add a Field to the section

After creating a section, click the + ADD FIELD button.

Add Field

Step 9: Fill the Custom Field form

In the new window, configure the field with details such as the table field where the data will be stored, field type, field description, field name, alignment, and whether it is a required field.

Field Configuration

The table below explains each field type in more detail:

Field TypeDescription
Text FieldA simple text field.
Text AreaA multiline text field.
Chooser of an OptionA dropdown list of options, allowing the user to select one.
Multiple Choice SelectorA list of options, allowing the user to choose one or more. Result will be saved as JSON in the destination table.
Create Multiple OptionsAllows the user to add multiple options on demand. Result will be saved as JSON in the destination table.
Date FieldA field with a date and time picker.
Field Selection of an SQLGenerates a list of options based on data obtained from an SQL query in the repository.
Integer Incremental FieldSimulates an auto-incrementable field in the form.
Hash KeyEnables a primary key using a hash string to prevent duplicates and maintain a unique primary key for the record.
TimeStamp FieldEnables a timestamp field to capture the date and time of the data record obtained by the form.
Email FieldAllows entering email addresses.
Password FieldAllows adding passwords without revealing the entered password.
Phone FieldAllows entering phone numbers.
Image Upload FieldAllows uploading images from the camera or gallery.
Video Upload FieldAllows uploading videos.
File Upload FieldAllows uploading documents.
Map Geo Point FieldAutomatically captures the geographic point.
Map Select Geo Point FieldAllows selecting a point on a map.
Signature FieldAllows entering signatures.
Default ValueAllows providing a fixed value whenever the form is filled.
ARPIA User SessionSaves the user's email who registered in the application automatically.
DataApps Session VariableFills it with data already set in the DataApp configuration.
DataApp Global VariableFills it with data already set in the DataApp configuration.

Step 10: Save your custom field configuration

Click the Add Field button to add your configured field to the section. You can add all the fields you want, in the image below we only using 1 field as an example.

Field Added

🚧

Field Duplication

Only one field from the destination table is allowed per form. Duplicate fields are not permitted.

Step 11: Access the Design Tab

Click the Design option to configure the design of your form. You can choose the theme, form fill-up type, form title, OpenGraph title, OpenGraph description, OpenGraph image, and add custom code for a personalized form.

Form Design

Step 12: Access the Insight tab

Select the Insights option to view the form results.

Form Insights

Step 13: View your Form

To view your form, click the SAVE button. Then, click the button next to SAVE and select the SEE URL option.

View Form

Step 14: Access the Form URL

You can then copy and paste the shown link or click the OPEN FORM button.

Open Form

Step 15: Use your new Form

You will then be able to see your DataForm ready for use.

DataForm Ready

Congratulations! You have created your first DataForm. You can now use forms to create data capture screens that complement or analyze processes within your organization.