Hello!
I’m starting a new project with Wix (possibly). I’m looking for the best way to have users create items in collections, add, modify, and delete.
ex. I have a Bike collection. I want the user to add their Bikes (Brand, color, size, etc) and manage them (add new, update, delete.)
Basically, can I use a table with a URL to redirect to an item page where the user will update the item?
Thanks!
I think you’ve got the right idea but you’d want to create a single non dynamic page (called “Upload” for example) for data entry connected to your Bike Collection and make sure it’s Write accessible for your Logged In members (perhaps make the page Members Only too?) and on any pages where you want them to be able to add to the collection just link to that “Upload” page.
And perhaps on a private Members page you could add the ability to edit their personal collection items?