I’ve been trying to make a map on my website. I want to allow users to submit waypoints that are then added to the map for everyone to see.
I’ve made a dataset that… kind of works. I’ve got a custom form with one text input, one address input, and a submit button. If the dataset is in Write only mode, I’m able to submit information, but the map defaults back to Wix Headquarters as its only waypoint. If it’s in read only, I can no longer submit information. If it’s in Read-Write, the map does work, but the form autofills with the most recent submission. Despite dataset edits being set to admin only, the form is able to edit the most recent submission but does not submit new ones.
Very lost as to what to do next. Considered cloning datasets and making one write only and one read only, but that doesn’t seem possible. Anyone got any ideas?