-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagency-project-onboarding-form.json
More file actions
459 lines (459 loc) · 11.7 KB
/
Copy pathagency-project-onboarding-form.json
File metadata and controls
459 lines (459 loc) · 11.7 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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
{
"0": {
"title": "Project Onboarding Form",
"description": "Welcome! Please provide the following information to help us kickstart your project. This will ensure we have everything needed to deliver exceptional results.",
"labelPlacement": "top_label",
"descriptionPlacement": "below",
"markupVersion": 2,
"fields": [
{
"id": 1,
"type": "section",
"label": "Client Information",
"description": "Let's start with your basic contact details."
},
{
"id": 2,
"type": "name",
"label": "Primary Contact Name",
"isRequired": true,
"nameFormat": "advanced",
"inputs": [
{
"id": "2.2",
"label": "Prefix",
"isHidden": true
},
{
"id": "2.3",
"label": "First"
},
{
"id": "2.4",
"label": "Middle",
"isHidden": true
},
{
"id": "2.6",
"label": "Last"
},
{
"id": "2.8",
"label": "Suffix",
"isHidden": true
}
]
},
{
"id": 3,
"type": "text",
"label": "Company Name",
"isRequired": true,
"placeholder": "Your company name"
},
{
"id": 4,
"type": "email",
"label": "Email Address",
"isRequired": true,
"placeholder": "your@email.com"
},
{
"id": 5,
"type": "phone",
"label": "Phone Number",
"isRequired": true,
"phoneFormat": "standard"
},
{
"id": 6,
"type": "website",
"label": "Current Website (if any)",
"placeholder": "https://www.yoursite.com"
},
{
"id": 7,
"type": "section",
"label": "Project Details",
"description": "Tell us about your project requirements and goals."
},
{
"id": 8,
"type": "checkbox",
"label": "Project Type",
"isRequired": true,
"choices": [
{
"text": "Website Design",
"value": "website_design"
},
{
"text": "Website Development",
"value": "website_development"
},
{
"text": "E-commerce Store",
"value": "ecommerce"
},
{
"text": "SEO Services",
"value": "seo"
},
{
"text": "Digital Marketing",
"value": "marketing"
},
{
"text": "Logo Design",
"value": "logo"
},
{
"text": "Branding Package",
"value": "branding"
},
{
"text": "Other",
"value": "other"
}
],
"inputs": [
{
"id": "8.1",
"label": "Website Design"
},
{
"id": "8.2",
"label": "Website Development"
},
{
"id": "8.3",
"label": "E-commerce Store"
},
{
"id": "8.4",
"label": "SEO Services"
},
{
"id": "8.5",
"label": "Digital Marketing"
},
{
"id": "8.6",
"label": "Logo Design"
},
{
"id": "8.7",
"label": "Branding Package"
},
{
"id": "8.8",
"label": "Other"
}
]
},
{
"id": 9,
"type": "textarea",
"label": "Project Description",
"isRequired": true,
"placeholder": "Please describe your project goals, specific requirements, and any important details we should know..."
},
{
"id": 10,
"type": "date",
"label": "Desired Launch Date",
"dateType": "datepicker",
"dateFormat": "mdy"
},
{
"id": 12,
"type": "section",
"label": "Brand & Design Preferences",
"description": "Help us understand your brand and visual preferences."
},
{
"id": 13,
"type": "text",
"label": "Target Audience",
"placeholder": "Who are your ideal customers? (e.g., small business owners, millennials, etc.)"
},
{
"id": 14,
"type": "checkbox",
"label": "Industry/Business Type",
"choices": [
{
"text": "Technology",
"value": "technology"
},
{
"text": "Healthcare",
"value": "healthcare"
},
{
"text": "Finance",
"value": "finance"
},
{
"text": "Retail/E-commerce",
"value": "retail"
},
{
"text": "Restaurant/Food",
"value": "food"
},
{
"text": "Real Estate",
"value": "real_estate"
},
{
"text": "Professional Services",
"value": "professional"
},
{
"text": "Non-profit",
"value": "nonprofit"
},
{
"text": "Other",
"value": "other"
}
],
"inputs": [
{
"id": "14.1",
"label": "Technology"
},
{
"id": "14.2",
"label": "Healthcare"
},
{
"id": "14.3",
"label": "Finance"
},
{
"id": "14.4",
"label": "Retail/E-commerce"
},
{
"id": "14.5",
"label": "Restaurant/Food"
},
{
"id": "14.6",
"label": "Real Estate"
},
{
"id": "14.7",
"label": "Professional Services"
},
{
"id": "14.8",
"label": "Non-profit"
},
{
"id": "14.9",
"label": "Other"
}
]
},
{
"id": 15,
"type": "textarea",
"label": "Competitor Websites",
"placeholder": "List 2-3 competitor websites or sites you admire (include URLs if possible)"
},
{
"id": 16,
"type": "textarea",
"label": "Brand Colors & Style Preferences",
"placeholder": "Describe your preferred colors, overall style (modern, classic, bold, minimal), or include hex codes if you have them"
},
{
"id": 17,
"type": "section",
"label": "Content & Assets",
"description": "Information about content, images, and materials for your project."
},
{
"id": 18,
"type": "radio",
"label": "Content Creation",
"isRequired": true,
"choices": [
{
"text": "We will provide all content (text, images, etc.)",
"value": "client_provides"
},
{
"text": "Please help us create content",
"value": "agency_creates"
},
{
"text": "Mix - we have some content, need help with the rest",
"value": "mixed"
}
]
},
{
"id": 19,
"type": "fileupload",
"label": "Upload Assets",
"allowedExtensions": "jpg,jpeg,png,gif,pdf,doc,docx,zip",
"maxFileSize": 25,
"multipleFiles": true,
"description": "Upload any logos, images, brand guidelines, or other assets you'd like us to use"
},
{
"id": 20,
"type": "textarea",
"label": "Existing Accounts & Logins",
"placeholder": "List any relevant accounts we'll need access to (hosting, domain, social media, etc.) - we'll contact you separately for login details"
},
{
"id": 21,
"type": "section",
"label": "Additional Information",
"description": "Any other details that will help us serve you better."
},
{
"id": 22,
"type": "checkbox",
"label": "Special Requirements",
"choices": [
{
"text": "Mobile-first design",
"value": "mobile_first"
},
{
"text": "ADA compliance",
"value": "ada_compliance"
},
{
"text": "Multilingual support",
"value": "multilingual"
},
{
"text": "Third-party integrations",
"value": "integrations"
},
{
"text": "Custom functionality",
"value": "custom_functionality"
},
{
"text": "E-commerce features",
"value": "ecommerce_features"
},
{
"text": "SEO optimization",
"value": "seo_optimization"
},
{
"text": "Analytics setup",
"value": "analytics"
}
],
"inputs": [
{
"id": "22.1",
"label": "Mobile-first design"
},
{
"id": "22.2",
"label": "ADA compliance"
},
{
"id": "22.3",
"label": "Multilingual support"
},
{
"id": "22.4",
"label": "Third-party integrations"
},
{
"id": "22.5",
"label": "Custom functionality"
},
{
"id": "22.6",
"label": "E-commerce features"
},
{
"id": "22.7",
"label": "SEO optimization"
},
{
"id": "22.8",
"label": "Analytics setup"
}
]
},
{
"id": 23,
"type": "textarea",
"label": "Additional Comments or Questions",
"placeholder": "Anything else you'd like us to know or any questions you have about the process?"
},
{
"id": 24,
"type": "radio",
"label": "Preferred Communication Method",
"isRequired": true,
"choices": [
{
"text": "Email",
"value": "email"
},
{
"text": "Phone calls",
"value": "phone"
},
{
"text": "Video meetings",
"value": "video"
},
{
"text": "Project management tool",
"value": "pm_tool"
}
]
},
{
"id": 25,
"type": "consent",
"label": "Project Agreement",
"checkboxLabel": "I confirm that all information provided is accurate and I'm ready to begin the project",
"description": "",
"isRequired": true,
"size": "large",
"visibility": "visible",
"validateState": true,
"descriptionPlacement": "above",
"inputs": [
{"id": "25.1", "label": "Consent", "name": ""},
{"id": "25.2", "label": "Text", "name": "", "isHidden": true},
{"id": "25.3", "label": "Description", "name": "", "isHidden": true}
],
"choices": [
{"text": "Checked", "value": "1", "isSelected": false, "price": ""}
]
}
],
"button": {
"type": "text",
"text": "Submit & Start Project"
},
"confirmations": {
"default": {
"id": "default",
"name": "Default Confirmation",
"isDefault": true,
"type": "message",
"message": "Thank you for completing the onboarding form! We've received all your information and will be in touch within 24 hours to schedule our kickoff meeting and discuss the next steps. Get ready to see your vision come to life!"
}
}
},
"version": "2.9"
}