-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathacf-contact-form-settings.php
464 lines (389 loc) · 11.8 KB
/
acf-contact-form-settings.php
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
460
461
462
463
464
<?php if( function_exists('register_field_group') ):
register_field_group(array (
'key' => 'group_551c5c6182d6e',
'title' => 'ACF Forms',
'fields' => array (
array (
'key' => 'field_551c5c6852278',
'label' => 'Form Rules',
'name' => 'forms',
'prefix' => '',
'type' => 'repeater',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'min' => '',
'max' => '',
'layout' => 'block',
'button_label' => 'Add Form Rule',
'sub_fields' =>
array (
array (
'key' => 'field_56b3746edd903',
'label' => 'Basic Settings',
'name' => 'basic_settings',
'type' => 'tab',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'placement' => 'top',
'endpoint' => 0,
),
//POST TYPE
array (
'key' => 'field_551c587df4125',
'label' => 'Post Type',
'name' => 'post_type',
'prefix' => '',
'type' => 'select',
'instructions' => '**YOU CAN ONLY HAVE ONE SET OF FORM RULES PER POST TYPE**',
'required' => 1,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'choices' => array (
'' => '',
),
'default_value' => array (
'' => '',
),
'allow_null' => 0,
'multiple' => 0,
'ui' => 0,
'ajax' => 0,
'placeholder' => '',
'disabled' => 0,
'readonly' => 0,
),
//FIELD GROUP
array (
'key' => 'field_551c5885f4126',
'label' => 'Field Group',
'name' => 'group',
'prefix' => '',
'type' => 'select',
'instructions' => '**Make sure that this field group contains your selected Post Type as a Location Rule**',
'required' => 1,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'choices' => array (
'' => '',
),
'default_value' => array (
'' => '',
),
'allow_null' => 0,
'multiple' => 0,
'ui' => 0,
'ajax' => 0,
'placeholder' => '',
'disabled' => 0,
'readonly' => 0,
),
//POST TITLE / SUBJECT LINE
array (
'key' => 'field_551c589cf4127',
'label' => 'Title',
'name' => 'title',
'prefix' => '',
'type' => 'text',
'instructions' => 'Use this field to format the post title of each new post created by the form. <br />
<strong>To use a custom field value, use the ACF shortcode, and use "newpost" for the post_id attribute.</strong> <br />
This will also be used as the subject line of the email.<br />
Example: <em>New Inquiry by [acf field="first_name" post_id="newpost"] [acf field="last_name" post_id="newpost"]</em>',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'default_value' => 'New Form Submission',
'placeholder' => '',
'prepend' => '',
'append' => '',
'maxlength' => '',
'readonly' => 0,
'disabled' => 0,
),
array (
'key' => 'field_56b374efdd906',
'label' => 'Admin Email Settings',
'name' => 'admin_email_settings',
'type' => 'tab',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'placement' => 'top',
'endpoint' => 0,
),
//ADMIN EMAIL ADDRESS
array (
'key' => 'field_551c5e84069f1',
'label' => 'Admin Email',
'name' => 'email',
'prefix' => '',
'type' => 'text',
'instructions' => 'Comma separate email addresses where form submissions should be sent',
'required' => 1,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'default_value' => get_option( 'admin_email' ),
'placeholder' => '',
'prepend' => '',
'append' => '',
),
// DONT SEND ADMIN EMAIL
array (
'key' => 'field_551c7142bb822',
'label' => 'Don\'t Send Admin Email',
'name' => 'no_email',
'prefix' => '',
'type' => 'true_false',
'instructions' => 'Check this box if you only want to record form submissions in WordPress, without sending an email',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'message' => '',
'default_value' => 0,
),
// ADMIN EMAIL TEMPLATE
array (
'key' => 'field_552ecdbabf9a7',
'label' => 'Admin Email Template',
'name' => 'template',
'prefix' => '',
'type' => 'select',
'instructions' => '- Templates can be placed within a directory in your current theme directory named "acf-cf-templates" <br />
- Name your template according to the following convention: "acf-cf-[TITLE].php"
',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'choices' => array (
'' => '',
),
'default_value' => array (
'' => '',
),
'allow_null' => 1,
'multiple' => 0,
'ui' => 0,
'ajax' => 0,
'placeholder' => '',
'disabled' => 0,
'readonly' => 0,
),
array (
'key' => 'field_56b37507dd908',
'label' => 'Customer Email Settings',
'name' => '',
'type' => 'tab',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'placement' => 'top',
'endpoint' => 0,
),
//CUSTOMER EMAIL ADDRESS
array (
'key' => 'field_551csdsd9sd39',
'label' => 'Customer Email',
'name' => 'customeremail',
'prefix' => '',
'type' => 'text',
'instructions' => 'Name of field where customer email is inputted',
'required' => 1,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'default_value' => 'email',
'placeholder' => '',
'prepend' => '',
'append' => '',
),
//CUSTOMER EMAIL SUBJECT TITLE
array (
'key' => 'field_551c5f932je34',
'label' => 'Customer Email Title',
'name' => 'customertitle',
'prefix' => '',
'type' => 'text',
'instructions' => ' This will be used as the subject line of the customer email.<br />
<strong>To use a custom field value, use the ACF shortcode, and use "newpost" for the post_id attribute.</strong> <br />
Example: <em>Thank you for your inquiry, [acf field="first_name" post_id="newpost"] [acf field="last_name" post_id="newpost"]</em>',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'default_value' => 'Thank you for your inquiry,',
'placeholder' => '',
'prepend' => '',
'append' => '',
'maxlength' => '',
'readonly' => 0,
'disabled' => 0,
),
//DON'T SEND CUSTOMER EMAIL
array (
'key' => 'field_551c714abw32',
'label' => 'Don\'t Send Customer Email',
'name' => 'no_customeremail',
'prefix' => '',
'type' => 'true_false',
'instructions' => 'Check this box if you only want to record form submissions in WordPress, without sending an email to the customer',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'message' => '',
'default_value' => 1,
),
//CUSTOMER EMAIL TEMPLATE
array (
'key' => 'field_552easr32ea7',
'label' => 'Customer Email Template',
'name' => 'customertemplate',
'prefix' => '',
'type' => 'select',
'instructions' => '- Templates can be placed within a directory in your current theme directory named "acf-cf-templates" <br />
- Name your template according to the following convention: "acf-cf-[TITLE].php"
',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array (
'width' => '',
'class' => '',
'id' => '',
),
'choices' => array (
'' => '',
),
'default_value' => array (
'' => '',
),
'allow_null' => 1,
'multiple' => 0,
'ui' => 0,
'ajax' => 0,
'placeholder' => '',
'disabled' => 0,
'readonly' => 0,
),
),
),
),
'location' => array (
array (
array (
'param' => 'options_page',
'operator' => '==',
'value' => 'acf-options-acf-forms',
),
),
),
'menu_order' => 0,
'position' => 'normal',
'style' => 'default',
'label_placement' => 'top',
'instruction_placement' => 'label',
'hide_on_screen' => '',
));
function acf_load_templates( $field ) {
if(file_exists(get_stylesheet_directory() . '/acf-cf-templates')) {
// reset choices
$files = scandir(get_stylesheet_directory() . '/acf-cf-templates');
if(!empty($files)) {
foreach($files as $file) {
if(substr($file, 0, 7) === 'acf-cf-') {
$value = str_replace(array('acf-cf-', '.php'), '', $file);
$field['choices'][ $value ] = $value;
}
}
}
}
// return the field
return $field;
}
add_filter('acf/load_field/key=field_552ecdbabf9a7', 'acf_load_templates');
add_filter('acf/load_field/key=field_552easr32ea7', 'acf_load_templates');
function acf_load_post_types( $field ) {
// reset choices
$post_types = get_post_types();
$exclude = array('post','page','acf-field-group', 'acf-field', 'revision', 'attachment', 'nav_menu_item');
foreach($exclude as $name) {
$key = array_search($name, $post_types);
unset($post_types[$key]);
}
$post_types = array_values($post_types);
foreach($post_types as $type) {
$value = $type;
$label = $type;
$field['choices'][ $value ] = $label;
}
// return the field
return $field;
}
add_filter('acf/load_field/key=field_551c587df4125', 'acf_load_post_types');
function acf_load_field_groups( $field ) {
// reset choices
$groups = get_posts(array("post_type" => "acf-field-group", 'posts_per_page'=>-1, 'numberposts'=>-1));
foreach($groups as $group) {
$value = $group->ID;
$label = $group->post_title;
$field['choices'][ $value ] = $label;
}
// return the field
return $field;
}
add_filter('acf/load_field/key=field_551c5885f4126', 'acf_load_field_groups');
endif;
?>