forked from picsoung/tf-lambda-limit-one-entry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.json
179 lines (179 loc) · 5.48 KB
/
form.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"id": "c7EFZ7GC",
"type": "quiz",
"title": "My typeform",
"workspace": {
"href": "https://api.typeform.com/workspaces/LYxX3d"
},
"theme": {
"href": "https://api.typeform.com/themes/oZsMBmgc"
},
"settings": {
"language": "en",
"progress_bar": "proportion",
"meta": {
"allow_indexing": false
},
"hide_navigation": false,
"is_public": true,
"is_trial": false,
"show_progress_bar": true,
"show_typeform_branding": true,
"are_uploads_public": false,
"show_time_to_complete": true,
"show_number_of_submissions": false,
"show_cookie_consent": false,
"show_question_number": true,
"pro_subdomain_enabled": false,
"capabilities": {
"e2e_encryption": {
"enabled": false,
"modifiable": false
}
}
},
"thankyou_screens": [
{
"id": "DefaultTyScreen",
"ref": "default_tys",
"title": "Thanks for completing this typeform\nNow *create your own* — it's free, easy, & beautiful",
"type": "thankyou_screen",
"properties": {
"show_button": true,
"share_icons": false,
"button_mode": "default_redirect",
"button_text": "Create a *typeform*"
},
"attachment": {
"type": "image",
"href": "https://images.typeform.com/images/2dpnUBBkz2VN"
}
}
],
"fields": [
{
"id": "nKfYTvBq4961",
"title": "What is your email?",
"ref": "60b0d0a3-9ce7-4c02-8719-3b7bc4d834f1",
"properties": {},
"validations": {
"required": false
},
"type": "email"
},
{
"id": "73jRKfSvTS2t",
"title": "It looks like you are already registered. Sorry only one registration per email address.",
"ref": "66fafb0c-5e27-4fdf-8830-ef8cfa827cc0",
"properties": {
"button_text": "Continue",
"hide_marks": false
},
"type": "statement"
},
{
"id": "ymIlbdy3OTaF",
"title": "Who's your daddy",
"ref": "6ce5cbf2-8457-4f18-af9a-a7dcd28e2e3b",
"properties": {},
"validations": {
"required": true
},
"type": "short_text"
},
{
"id": "O7D4Y2vFfthf",
"title": "Done! Thanks for your email",
"ref": "2ff86500-07ea-4cf9-814f-ab26bf67e68e",
"properties": {
"button_text": "Continue",
"hide_marks": false
},
"type": "statement"
}
],
"logic": [
{
"type": "field",
"ref": "60b0d0a3-9ce7-4c02-8719-3b7bc4d834f1",
"actions": [
{
"action": "jump",
"details": {
"to": {
"type": "field",
"value": "66fafb0c-5e27-4fdf-8830-ef8cfa827cc0"
}
},
"condition": {
"op": "equal",
"vars": [
{
"type": "field",
"value": "60b0d0a3-9ce7-4c02-8719-3b7bc4d834f1"
},
{
"type": "constant",
"value": "test@test.co"
}
]
}
},
{
"action": "jump",
"details": {
"to": {
"type": "field",
"value": "6ce5cbf2-8457-4f18-af9a-a7dcd28e2e3b"
}
},
"condition": {
"op": "always",
"vars": []
}
}
]
},
{
"type": "field",
"ref": "66fafb0c-5e27-4fdf-8830-ef8cfa827cc0",
"actions": [
{
"action": "jump",
"details": {
"to": {
"type": "field",
"value": "60b0d0a3-9ce7-4c02-8719-3b7bc4d834f1"
}
},
"condition": {
"op": "always",
"vars": []
}
}
]
},
{
"type": "field",
"ref": "6ce5cbf2-8457-4f18-af9a-a7dcd28e2e3b",
"actions": [
{
"action": "jump",
"details": {
"to": {
"type": "field",
"value": "2ff86500-07ea-4cf9-814f-ab26bf67e68e"
}
},
"condition": {
"op": "always",
"vars": []
}
}
]
}
],
"_links": {
"display": "https://ethdenver.typeform.com/to/c7EFZ7GC"
}
}