Hello all,
During the ‘List a Property’ step of my website, users can upload property images. I’m trying to build a feature that allows them to remove the image that they have uploaded, incase they upload an incorrect file.
So far I’ve added a delete icon that only appears when the image box has a value (has an image uploaded), and I’ve also built a workflow which I hoped would instruct the icon to delete the uploaded image, but it doesn’t seem to do anything.
–
Delete workflow
–
Close icon over an image
I’ve also considered using the multi file uploader but I’ve already built everything like this and it seems to do the job for now.
Any help with getting the icon to delete the image would be appreciated