I’m setting up a front end profile handler using a pro form file field to handle the user avatar image.
The data is stored to and acf gallery field. Upload works fine, and gallery data is correctly saved.
Setting the field to fetch data from the acf field to populate the initial file for the form field also works, but the loader “breaks” showing an image loading error placeholder when the field is empty (i.e. the user removes the image, saves the profile etc…)
I don’t see a way to conditionally load the files so i’d expect the bricksforge file field to check if the fetched data instead of throwing a front end error.
