D
Duc Vo
Home
Tools
Blog
Contact
VI
VI
Back
FormForge
JSON to Dynamic Form Builder
EN
Editor
Preview
6
JSON Schema
6 fields detected
Format
Load Example
Clear
841 chars
·
46 lines
·
Valid JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[ { "id": "projectName", "label": "Project Name", "type": "text", "required": true, "placeholder": "e.g., API Gateway" }, { "id": "environment", "label": "Deploy Environment", "type": "select", "options": [ "Development", "Staging", "Production" ], "required": true }, { "id": "ownerEmail", "label": "Owner Email", "type": "email", "required": true, "placeholder": "owner@company.com" }, { "id": "maxInstances", "label": "Max Instances", "type": "number", "required": false, "placeholder": "4" }, { "id": "deployDate", "label": "Target Deploy Date", "type": "date", "required": false }, { "id": "enableLogging", "label": "Enable Debug Logs", "type": "checkbox", "required": false } ]
Preview
6 fields detected
Project Name
*
Deploy Environment
*
Select an option...
Development
Staging
Production
Owner Email
*
Max Instances
Target Deploy Date
Enable Debug Logs
Submit Form
Preview