Thank you John. I will look into the code base, I am supporting.
Hi John, I know it’s unusually behavior. But in the attached images below, there is the edit field group with a file type. And the other image, is the result of uploading a file using from the front-end. It pre-appends the date for some reason?
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’)
));