-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketing-webinar-registration.json
More file actions
221 lines (221 loc) · 5.6 KB
/
marketing-webinar-registration.json
File metadata and controls
221 lines (221 loc) · 5.6 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
{
"0": {
"title": "Webinar Registration",
"description": "Register for our upcoming webinar and secure your spot.",
"labelPlacement": "top_label",
"descriptionPlacement": "below",
"markupVersion": 2,
"fields": [
{
"id": 1,
"type": "name",
"label": "Full Name",
"isRequired": true,
"nameFormat": "advanced",
"inputs": [
{
"id": "1.2",
"label": "Prefix",
"isHidden": true
},
{
"id": "1.3",
"label": "First"
},
{
"id": "1.4",
"label": "Middle",
"isHidden": true
},
{
"id": "1.6",
"label": "Last"
},
{
"id": "1.8",
"label": "Suffix",
"isHidden": true
}
]
},
{
"id": 2,
"type": "email",
"label": "Email Address",
"isRequired": true
},
{
"id": 3,
"type": "phone",
"label": "Phone Number",
"phoneFormat": "standard"
},
{
"id": 4,
"type": "text",
"label": "Company/Organization",
"placeholder": "Enter your company name"
},
{
"id": 5,
"type": "text",
"label": "Job Title",
"placeholder": "e.g. Marketing Manager"
},
{
"id": 6,
"type": "select",
"label": "How did you hear about this webinar?",
"choices": [
{
"text": "Please select",
"value": "",
"isSelected": true
},
{
"text": "Email Newsletter",
"value": "email"
},
{
"text": "Social Media",
"value": "social"
},
{
"text": "Website",
"value": "website"
},
{
"text": "Word of Mouth",
"value": "referral"
},
{
"text": "Search Engine",
"value": "search"
},
{
"text": "Other",
"value": "other"
}
]
},
{
"id": 7,
"type": "checkbox",
"label": "Areas of Interest (select all that apply)",
"choices": [
{
"text": "Digital Marketing",
"value": "digital_marketing"
},
{
"text": "Content Strategy",
"value": "content"
},
{
"text": "SEO/SEM",
"value": "seo"
},
{
"text": "Social Media Marketing",
"value": "social_media"
},
{
"text": "Email Marketing",
"value": "email_marketing"
},
{
"text": "Analytics & Reporting",
"value": "analytics"
}
],
"inputs": [
{
"id": "7.1",
"label": "Digital Marketing"
},
{
"id": "7.2",
"label": "Content Strategy"
},
{
"id": "7.3",
"label": "SEO/SEM"
},
{
"id": "7.4",
"label": "Social Media Marketing"
},
{
"id": "7.5",
"label": "Email Marketing"
},
{
"id": "7.6",
"label": "Analytics & Reporting"
}
]
},
{
"id": 8,
"type": "textarea",
"label": "Questions or Topics You'd Like Covered",
"placeholder": "Please share any specific questions or topics you'd like us to address during the webinar",
"maxLength": 500
},
{
"id": 9,
"type": "consent",
"label": "Marketing Communications",
"checkboxLabel": "I agree to receive marketing communications and updates about future webinars and events",
"description": "",
"isRequired": false,
"size": "large",
"visibility": "visible",
"validateState": true,
"descriptionPlacement": "above",
"inputs": [
{"id": "9.1", "label": "Consent", "name": ""},
{"id": "9.2", "label": "Text", "name": "", "isHidden": true},
{"id": "9.3", "label": "Description", "name": "", "isHidden": true}
],
"choices": [
{"text": "Checked", "value": "1", "isSelected": false, "price": ""}
]
},
{
"id": 10,
"type": "consent",
"label": "Terms and Conditions",
"checkboxLabel": "I agree to the terms and conditions for webinar attendance",
"description": "",
"isRequired": true,
"size": "large",
"visibility": "visible",
"validateState": true,
"descriptionPlacement": "above",
"inputs": [
{"id": "10.1", "label": "Consent", "name": ""},
{"id": "10.2", "label": "Text", "name": "", "isHidden": true},
{"id": "10.3", "label": "Description", "name": "", "isHidden": true}
],
"choices": [
{"text": "Checked", "value": "1", "isSelected": false, "price": ""}
]
}
],
"button": {
"type": "text",
"text": "Register for Webinar"
},
"confirmations": {
"default": {
"id": "default",
"name": "Default Confirmation",
"isDefault": true,
"type": "message",
"message": "Thank you for registering! You will receive a confirmation email with webinar details and access information shortly."
}
}
},
"version": "2.9"
}