-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnonprofit-make-a-donation.json
More file actions
234 lines (234 loc) · 6.2 KB
/
nonprofit-make-a-donation.json
File metadata and controls
234 lines (234 loc) · 6.2 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
{
"0": {
"title": "Make a Donation",
"description": "Support our mission with your generous donation. Every contribution makes a difference!",
"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": 10,
"type": "section",
"label": "Donor Information",
"description": "Please provide your contact details for donation processing and receipt delivery."
},
{
"id": 2,
"type": "email",
"label": "Email Address",
"isRequired": true,
"placeholder": "your@email.com"
},
{
"id": 3,
"type": "phone",
"label": "Phone Number",
"phoneFormat": "standard",
"description": "Optional. We may contact you for donation confirmation or important updates."
},
{
"id": 11,
"type": "section",
"label": "Donation Details",
"description": "Choose your donation amount and frequency below."
},
{
"id": 4,
"type": "product",
"label": "Donation Amount",
"isRequired": true,
"inputType": "radio",
"choices": [
{
"text": "$25",
"value": "25",
"price": "$25.00"
},
{
"text": "$50",
"value": "50",
"price": "$50.00"
},
{
"text": "$100",
"value": "100",
"price": "$100.00"
},
{
"text": "$250",
"value": "250",
"price": "$250.00"
},
{
"text": "Custom Amount",
"value": "custom",
"price": "$0.00"
}
]
},
{
"id": 5,
"type": "product",
"label": "Custom Amount",
"inputType": "price",
"placeholder": "Enter amount in dollars",
"conditionalLogic": {
"actionType": "show",
"logicType": "all",
"rules": [
{
"fieldId": "4",
"operator": "is",
"value": "custom"
}
]
},
"description": "Minimum donation is $1. Enter whole dollar amounts only."
},
{
"id": 12,
"type": "section",
"label": "Additional Information",
"description": "Share a message and let us know how you'd like to stay connected."
},
{
"id": 6,
"type": "select",
"label": "Donation Frequency",
"isRequired": true,
"choices": [
{
"text": "One-time donation",
"value": "once",
"isSelected": true
},
{
"text": "Monthly recurring",
"value": "monthly"
},
{
"text": "Quarterly recurring",
"value": "quarterly"
},
{
"text": "Annual recurring",
"value": "annual"
}
],
"description": "Recurring donations can be modified or cancelled at any time through your donor account."
},
{
"id": 7,
"type": "textarea",
"label": "Message (Optional)",
"placeholder": "Share why you're supporting our cause...",
"maxLength": 500
},
{
"id": 8,
"type": "checkbox",
"label": "Communication Preferences",
"choices": [
{
"text": "Send me email updates about your work",
"value": "email_updates"
},
{
"text": "Add me to your newsletter",
"value": "newsletter"
},
{
"text": "I'd like information about volunteer opportunities",
"value": "volunteer_info"
}
],
"inputs": [
{
"id": "8.1",
"label": "Send me email updates about your work"
},
{
"id": "8.2",
"label": "Add me to your newsletter"
},
{
"id": "8.3",
"label": "I'd like information about volunteer opportunities"
}
],
"description": "We respect your privacy and will never share your information. You can unsubscribe at any time."
},
{
"id": 9,
"type": "consent",
"label": "Donation Acknowledgment",
"checkboxLabel": "I understand that this donation is being made to a registered non-profit organization and may be tax-deductible.",
"description": "",
"isRequired": true,
"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": 13,
"type": "total",
"label": "Total Donation Amount"
}
],
"button": {
"type": "text",
"text": "Complete Donation"
},
"confirmations": {
"default": {
"id": "default",
"name": "Default Confirmation",
"isDefault": true,
"type": "message",
"message": "Thank you for your generous donation! You will receive a confirmation email shortly with your donation receipt for tax purposes."
}
}
},
"version": "2.9"
}