add/edit images to collection with form

Hi,
I would like to create a form to input data into collection.
With text fields it’s easy…
How do I mange image fields?
1- connecting the currently exiting image from the collection to the form field
2- uploading a new image
3- replacing the image with another image from the existing website gallery of the website (my images)
Thanks,
Gal

Hey
To handle image you need to connect an UploadButton so that people can choose an image and upload that. So if you connect the UploadButton to the image field in the Dataset you are all set.

1 Like