I am allowing user to upload images using picture uploader input element.
Once user uploads an image, is it possible to clear the photo by click of a button.
I enclosed the picture uploader in group and used reset group. It did not work
Using reset input resets the data on all other input fields in the form
Hey @tech16 better way to do that first you have to create a group with a icon(for delete) and picture uploader then put a workflow on icon reset relevant input and put a condition on workflow only when picture uploader value is not empty it will work.