Hi everyone,
I have a gallery called ProgressGallery which has a number of entries from an entity.
When I select these gallery items, I navigate to the original form where a user can update the entries by hitting submit.
However, when they submit, the form does not clear. I have a new entry button that creates a new form/clears the form, but after this has been clicked, and I try to load another gallery item by selecting the item, nothing loads in the form. The gallery only loads the selected item if no new form has been created, i.e only on app startup.
I currently have form.item set to ProgressGallery.Selected which also autofills the form with the topmost entry on my gallery..
Does anyone know how to fix this problem so that I can select a gallery item and fill the form at any point (even after submitting new entries) and clear the form after submit and on visible?
Thank you,