Thanks for the reply. I’ve been looking for a solution by making a custom acf file field and sending that.
Is there a way to allow the default acf_form parameters?
https://www.advancedcustomfields.com/resources/acf_form/
I want to add this attribute to the form but it doesn’t seem to change.
‘form_attributes’ => array(
‘enctype’ => ‘multipart/form-data’,
),
Thanks for any input!