Support

Account

Home Forums Front-end Issues Front-end image upload for guest Reply To: Front-end image upload for guest

  • I simply have an ACF field group attached to a password protected page. This field group has only one field, an image field. I show the the field group using

    
    if (!post_password_required()) {
      acf_form();
    }
    

    This shows the form only if the user has entered the password.

    I was only testing to see if it works, and it does allow the uploading of an image.

    The operation you are seeing, only the file name and select is the correct operation for users that are not logged into the site. I have looked but I cannot find any information on displaying anything different or allowing access to anything different for visitors that are not logged into the site. From the information I have found, this is a recently added feature and there are no plans to extend or increase the functionality for users that are not logged into the site.