Question: Private User Section with form

Hello, I am currently challenging myself with the freshly discovered Code section and I was wondering if this is possible:

I am trying to built a private user section (with individual passwords for every user) where users fill in a form and submit it to my database, come back later, see their entrys and change them if necessary. Important is the individual password because User A must not see the data of User B.

I’d appreciate any help since I am a total newbie to Code

Thanks
Frank

Easiest is for you to activate Members in your site, then you can add a page with a form for members only and store their userid for every form submitted by them and on the page they should see their entries just add a filter to the datasets used that _owner is logged in user and BAM, you have it.

1 Like