How do I let logged in user to edit their submitted info and only save when the “UPDATE” button is clicked?
Query the relevant collection, assign the results to user inputs, make an Update button and update the collection on click:
https://www.wix.com/corvid/reference/wix-data.html#query
https://www.wix.com/corvid/reference/wix-data.html#update
Bump.