I got the image component to work when its attached to a form component, in that case, It was easy to let the image component know what collection field it is tied to and, what it should do with the image that is selected.
However, I cannot get it to work when I build a custom form using individual input components.
Without a form component, I cannot figure out how to tie the image component to its database field.
Hello, regarding the custom form, you need to use a component called “Image picker” not “image” in order to let the user upload a photo. In order to save it, you can add an action to the button of your custom component to save this Image picker => Image URL in the database field you prefer.
OMG! You would not believe how many times I tried the image picker and deleted it because it also did not work, but after you said it and I tried it again, it somehow worked flawlessly.