Hello,
I cannot figure out how to clear out various inputs such as Dropdowns or Image Pickers.
This is a critical issue.
For example: Staff member uses an in-app form to create a booking which has various input boxes, dropdown inputs, and image pickers.
I can use “Actions” to “Clear Input Value” but this only works on straight, normal Input boxes. It does not allow me to clear the value of a Dropdown, or Image Picker.
The problem is that when the user goes back to that page, any dropdowns that were previously chosen, as well as any image pickers which had an image uploaded to them still have this information when the user returns to the pages.
I have another form where a staff member must upload photos of certain things, but only if those things happen during the course of their work, so if they don’t happen, there should not be a photo uploaded.
Any previously uploaded image, or dropdown selected from the last visit to that screen is still present when they return to it later. It is CRITICAL they are able to clear those image pickers, but right now I cannot figure out how to do this anywhere. The dropdowns aren’t as critical as they can just choose another option, but the image picker doesn’t allow to NOT pick an image, or clear the image that is already in there.
I confirmed this is happening in the web view (via the share link), not just in the editor’s “Preview” mode. I confirmed this doesn’t matter if use a “new” entry to a separate collection. For example, if I make it so the user has to click an “upload images” button which creates a new entry in a separate “images” collection with blank values for images, then on the new page have various image picker elements. Those pickers still have the last image inside of them seemingly no matter what. It’s tied to the image picker element itself.
This is a MUST. How do I do it?