Is it possible some how to let users that submit posts with the acf_form to upload images using the default computer file browser and not the wordpress media library?
Thanks,
Ben
Hi @bentalgad
You can change the uploader option for the acf_form() via the $options array.
'uploader' => 'basic'