MY FORMS
Components
Text Field
Text Area
Number
Password
Checkbox
Select
Radio Group
Select Boxes
Tags
Button
Form Canvasform
0 components

Drag and Drop a form component

Drag components from the left panel to build your form

JSON Viewer
Field JSON

Select a field to view JSON

Full Schema JSON
{
  "id": "",
  "title": "Untitled Form",
  "description": "",
  "type": "form",
  "ds_form": {
    "task": {
      "lcs": null,
      "los": null
    }
  },
  "components": [],
  "steps": [],
  "settings": {
    "submitLabel": "Submit",
    "showReset": false,
    "resetLabel": "Reset",
    "confirmBeforeSubmit": false,
    "successMessage": "Form submitted successfully!"
  },
  "createdAt": "2026-02-23T01:58:50.198Z",
  "updatedAt": "2026-02-23T01:58:50.199Z"
}