Hi John, I was mistaken it’s not part of ACF Extended, but just ACF.
Here’s code and on the upload of a file it prepends a date stamp. IE 2023-07-28.Test.pdf.
acf_form(array(
‘post_id’ => $_GET[‘casenumber’],
‘post_title’ => false,
‘post_content’ => false,
‘field_groups’ => [15257],
‘submit_value’ => __(‘Save Communications’)
));