I was wondering if it’s possible to make it so that only a specific user who created the database entry is allowed to modify his entry only. I understand I’ll have to add the Sign In button and it’ll probably page to work together with the member-sign in page. Since the Wix Code doesn’t yet work together with some other Wix Applications if I have to make a separate database collection for login that can work together with other datasets (#dataset1 & #dataset2). Would this be possible?
Hey Jason,
Yes. This is exactly what the Site Member Author role is used for. For more information, see About Database Collection Permissions .
How would you filter the table so the user see’s only THEIR data?
Hi Jeff,
What table are you trying to filter?
Liran,
I’ve watched the videos on how to create a dynamic item and index page - which gets the user’s data collected initially, but I didn’t find anything on how users can edit their data after it’s submitted.
I’m going to create an events table and I need users to be able to go back and edit their events. What I’m looking for is to have a button that says “My Events”. When clicked it will display the user’s list of events they submitted. They would then click on one, make the changes, and save.
It this even possible? Any examples?
Thanks,
Jeff
Hi,
Yes’ it is possible.
It will require you to filter out the events when showing them to the user in a table.
Assuming you have a dataset connected, see here how to filter the data.
Liran.
A filter is controlled by the data requested…but it will not limit editing to only the original member who input the data. As far as I can tell anyway???