Form Builder - New Feature Development

Field Types
Text Input
Text Area
Email
URL
Number
Date
Date Time
Dropdown
Multi-Select
Checkbox
Radio Button
File Upload
Hidden Field
Form Fields
Add Field
Feature Category *
select
Target Users *
multiselect
Complexity Estimate *
select
Success Criteria *
textarea
Technical Requirements
textarea
Conditional Rules
Show/hide fields, make fields required, set values based on conditions
Loading...
Loading conditional rules...
Validation Rules
Custom validation logic beyond standard field validation
Loading...
Loading validation rules...
Workflow Definition
Quick Actions
Form Statistics
5
Total Fields
4
Required
Workflow Syntax Help

name: "Workflow Name"
description: "Description"

stages:
  - name: "stage-id"
    displayName: "Stage Name"
    approvalGroups:   # Optional - stages can exist without approval
      - "group-name"
    conditions:       # Optional
      - field: "field_name"
        operator: "equals"
        value: "value"
    actions:          # Optional - execute actions without approval
      - type: "notify"
        parameters:
          message: "Notification text"

Note: approvalGroups, conditions, and actions are all optional. A stage can execute actions without requiring approvals.

Available groups:

  • IT-Managers
  • IT-Architects
  • Security-Team
  • Finance-Team
  • Department-Heads
  • IT-Director

  • auto-assign - Auto-assign to user/group
  • set-field - Set field value
  • notify - Send notification
  • create-subtask - Create related task
  • auto-approve - Conditional auto-approval
  • escalate - Escalate after timeout
Workflow Status
Loading...
No workflow defined