-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
88 lines (88 loc) · 2.41 KB
/
example.json
File metadata and controls
88 lines (88 loc) · 2.41 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"comments": "0",
"form_id": "26",
"published": "1",
"form_structure": {
"1": {
"answer_required": "undefined",
"title": "Text Field Question",
"weight": 1,
"id": 112,
"cssClass": "text"
},
"2": {
"answer_required": "undefined",
"title": "Paragraph Field",
"weight": 2,
"id": 114,
"cssClass": "textarea"
},
"3": {
"answer_required": "undefined",
"title": "Checkbox Field",
"weight": 3,
"values": {
"169": {
"value": "Option One",
"default_option": "undefined"
},
"170": {
"value": "Option Two",
"default_option": 1
},
"171": {
"value": "Option Three",
"default_option": "undefined"
}
},
"id": 115,
"cssClass": "checkbox"
},
"4": {
"answer_required": "undefined",
"title": "Radio Field",
"weight": 4,
"values": {
"172": {
"value": "Yes",
"default_option": "undefined"
},
"173": {
"value": "No",
"default_option": "undefined"
}
},
"id": 116,
"cssClass": "radio"
},
"5": {
"answer_required": "undefined",
"title": "Select Field",
"weight": 5,
"values": {
"174": {
"value": "5",
"default_option": "undefined"
},
"175": {
"value": "4",
"default_option": "undefined"
},
"176": {
"value": "3",
"default_option": "undefined"
},
"177": {
"value": "2",
"default_option": "undefined"
},
"178": {
"value": "1",
"default_option": "undefined"
}
},
"id": 117,
"cssClass": "select"
}
}
}