How do Visitors modify their data once submitted?

I have set up my member directory using the database collection system. I then created a database submission form for new members to sign up. However, how can visitors update their information when changes are necessary. For example, maybe they have a changed phone number,email address, website, etc…?

Hi!

Lets talk about permissions !
Assuming you’re using a dataset to connect the form to your collection, usually it should be set to “write only” - since its a form and you don’t want that anyone other than the site owner will have access to the data submitted. When you do want users to be able to edit their info. you can change the dataset permissions to “Read and Write”, just make sure that each user sees only his own info and not someones else.

Hope it helps!

Doron. :slight_smile:

I have the permissions set up to write but how to the users get to the data?