Support

Account

Home Forums Add-ons Gallery Field Adding images to the ACF gallery from the frontend Reply To: Adding images to the ACF gallery from the frontend

  • To pick up on this thread, I have the Gallery field working fine IF you’re logged in, but it’s not working for logged-out users.

    I’ve tried putting the uploader function in my code like this, but still not working:

    add_action( ‘genesis_entry_content’, ‘shs_new_content’ );
    function shs_new_content() {

    acf_enqueue_uploader();

    acf_form(array(
    ‘post_id’ => ‘new_post’,
    ‘post_title’ => true,