Image Compnent Doesn't Work Outside of A Form

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.

Any suggestions?

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.

Thank you!

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.

Thanks Ali-Bazzi

Awesome! I’m glad it’s working now.

Thank you!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.