Skip to content

Commit abd8a98

Browse files
author
Ariel Jolo
committed
Adding Endorsement Type
1 parent bd37a90 commit abd8a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/osi/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ function save_form_data_to_cpt($contact_form) {
450450
));
451451
update_field('name', $data['your-name'], $post_id);
452452
update_field('organization', $data['your-org'], $post_id);
453+
update_field('endorsement_type', $data['your-endorsementg'], $post_id);
453454
update_field('quote', $data['your-message'], $post_id);
454455
} else {
455456
error_log('WPCF7_Submission instance is null.');

0 commit comments

Comments
 (0)