We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd37a90 commit abd8a98Copy full SHA for abd8a98
themes/osi/functions.php
@@ -450,6 +450,7 @@ function save_form_data_to_cpt($contact_form) {
450
));
451
update_field('name', $data['your-name'], $post_id);
452
update_field('organization', $data['your-org'], $post_id);
453
+ update_field('endorsement_type', $data['your-endorsementg'], $post_id);
454
update_field('quote', $data['your-message'], $post_id);
455
} else {
456
error_log('WPCF7_Submission instance is null.');
0 commit comments