Permission and interface for member to update the data

I am designing a page to let others to post some listings on the site and it will show through a Dynamic table on the other side.

Now I wish to know how to set up a page to let members to edit the database.
Can u give me some ideas how could that be done please? its like when you post something on Ebay to sell, and u can edit the detail of the post.
Or use the forun as an example, after we post the inquiries, we can edit all the fields. E.g. title, images, detail.

Look here for ideas and code

Hi, isnt it just talking abt Create Member Profile Pages?

There is a permissions setting on the dataset called something like “Only members can access their own info” or something like that. Have you tried that?

You need to set the database permission to member author.

Add a dynamic page & dataset, which connect to database you need and set it to read & write.

after setting dataset, you just need to drag what input method you need into page and connect to your dataset.

Progress & concept same with update member profile.

It was very simple & no need any code

Hi guys, i have set it as Read & Write and set the permission as “Only members can access their own info”. But i have no idea after that what is the next step to bring up the specific row of dataset to show on the form and update after that.

btw, when i simple set the dataset as “Read & Write” instead of “Write only”, the form couldn’t even be fill in, they were just frooze. I hv post another topic for this project.

Thx guys. I think i got it fix myself :slight_smile:

how ? Please explain im also seeking for this now