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 abd8a98 commit d880f27Copy full SHA for d880f27
themes/osi/functions.php
@@ -450,7 +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);
+ update_field('endorsement_type', $data['your-endorsement'], $post_id);
454
update_field('quote', $data['your-message'], $post_id);
455
} else {
456
error_log('WPCF7_Submission instance is null.');
0 commit comments