Skip to main content

What RapidForm Does

RapidForm displays custom forms to users after they connect an account. Collected values are stored as variables for use in API calls and sync jobs.

Use Cases

Select a Warehouse

After connecting a WMS, let users choose which warehouse to sync:
  1. Fetch available warehouses from the API
  2. Display as a dropdown
  3. Store selection as warehouse_id variable

Choose Data to Sync

Let users pick which data types to sync:
  1. Show checkboxes for orders, inventory, shipments
  2. Store selections for sync job configuration

Filter by Tags

For ticketing integrations:
  1. Fetch available tags from the service
  2. Let users select which tags to sync
  3. Use selections to filter sync jobs

Field Types

TypeDescription
Single SelectDropdown with one choice
Multi SelectMultiple selections allowed
TextFree text input
PasswordMasked input for secrets
CheckboxTrue/false toggle
HiddenStore values without user input

Features

Dynamic Data

Populate options from API calls

Dependencies

Show fields based on other selections

Validation

Custom rules with JSONata expressions

Transformation

Modify values before saving