Creating a settings page

Hi all,

I am trying to create a settings page which simply updates a row in a database which is related to the current user. So, for example: When the user loads a page - they will see their current saved settings, if no settings then form shows blank. When the user saves - it only updates their own row in the database.

I have searched and searched and cannot find any reference to something like this - the closest I have found is scrolling through the dataset and updating records - but I would only want the member to see and update their own record.

Many thanks for your consideration and assistance.

Sam

Something like their own profile page then?
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

You can change the example in the tutorial from profile and have it as what you would like, just use the tutorial as a basis for your code.