Form Types

The form widget provides a variety of field types. You can choose and customize these elements to fit your specific needs.

Here are the different categories of form inputs available:

Standard Form

These are the standard building blocks for most forms:

  1. Keyboard Input (for text, numbers, email, passwords)

  2. Number

  3. Select (Dropdown menu)

  4. Radio (Select one option from a list)

  5. Checkbox (Select multiple options)

  6. Editor (A rich text editor for formatted content)

Waktu (Time)

Used for picking dates and times, with 4 options:

  1. Pemilihan tanggal (Date Picker)

  2. Pemilihan jam (Time Picker)

  3. Pemilihan tanggal dan jam (Date & Time Picker)

  4. Pemilihan rentang tanggal (Date Range Picker)

Media

Used for uploading files, with 2 options:

  1. File Upload

  2. Digital Signature

Camera

Uses the device's camera, with 3 options:

  1. QR Code Scanner

  2. Camera (Take a new photo)

  3. Camera & Gallery (Take a photo or choose from gallery)

Location

Used for capturing or sharing geographic coordinates, with 2 options:

  1. Map Coordinates (Select from a map)

  2. Current Location (Uses device's GPS)

Dynamic Form

A type of input that allows users to add multiple entries of the same field dynamically within the form.

Built-in

Pre-filled with common data that users can select from. There are 5 options:

  1. Satuan Kerja (Work Unit)

  2. Samsat (Vehicle registration office)

  3. Wilayah (Region)

  4. Negara (Country)

  5. API (Check Button)

External and Internal Data

Displays data from external or internal sources in a specified format. There are 2 options:

  1. Select External Data

  2. Select Internal Data

Visibility Form

This configuration makes a form field appear only when certain conditions are met. There are 2 types of conditions:

  1. AND Condition (All rules must be true)

  2. OR Condition (Any one rule must be true)

Available rules: equals, does not equal, contains, does not contain, is empty, is not empty, begins with, ends with.

Read-Only

A configuration that makes a form field visible by default, but users cannot edit it—they can only view the information.

Hidden

A configuration where the form field is hidden from the user's view, but its value is still included when the form is submitted.

Last updated