Hi,
I am building a first page that is not derived from dynamic page (let’s say it is a dynamic quiz game). It reads seven fields, display them, and then write updates. However, I am very confused now!
I can read wixuser.id and wixuser email. I want to save the wixuser.id as a field value for the database, let’s called it member_test.
I am doing this now, is there anything wrong?
-
I am not using dataset, just wixdata
-
I try to read the values using the user.id to find the record, and then at the end, click a “save” button to update it.
However, I have had enough struggle with this. All the ones I have done before is dynamic page (#dynamicdataset). This is first time I am using pure #dataset, wixdata, and wixuser.
I would appreciate any general advice and hand holding. It seems to be pretty basic.
Thanks.