second unique page to member profile

Hi Wix Coders!

So, Ive created a member login portal/profile workflow using this : Velo Tutorial: Building Your Own Members Area | Help Center | Wix.com
and also Nayeli’s helpful video here: 2017 Create Member Profile Log In Page - Custom Private Client Member Dashboard - Wix Code - YouTube

What I can’t figure out how to do is create a scheme where the unique member can also update/author a separate collection after they sign up/in. The scenario is that the user needs to be able to update multiple product offers that feed into a consolidated dataset to be displayed and viewed by anyone visiting the site. But, like the profile set up, the user needs to be able to login and update their unique offer “list.”

1.) I tried adding a button to the login page - tried to get tricky so it would appear only after the member is logged in, but that didnt work even when I simplified it…

2.) I tried adding the “offerlist” dataset to the dynamic page that displays the user profile by creating user inputs ( ideally this is a table) but while the offerlist collection does get updated, the information resets to default after submission hence the member wont be able to edit or view (yes, read & write and authorship on collection is enabled :slight_smile:

3.) I tried creating a button on the profile page to another page but that didnt work either…

I could tell you what else I tried and the errors I had in any of the above scenario’s but to cut it short, perhaps someone can provide direction on the best way to go about this? Cant quite figure it out, but I know Im close!!! Thank you kindly!!

1 Like

Hello, ack!
This sounds similar to what I’ve done with my Task database collection.

Collection Permissions:


Created a form for members to use to add a new task to their list. I connected the Task Database collection and the Profile database collection and connected the Client Name field to the “Read Only” Profile dataset. All other fields are tied to the “Write Only” TaskDatabase collection.


I added an “Add a Task” button within a Repeater on the member Dashboard page. This button takes members to the page you see in the previous screenshot.


Created a page to display a master list of tasks filtered by Client Name.


Created a Dynamic page to display the details of each individual task included on the list. I’ve also added a section on this page for updates.

Hope this helps!