I am creating a website for a local Chamber of Commerce. I have created a CMS for the Business Directory, which includes just a few data points per listing (business name, phone, address, website).
My question is:
Is it possible for the Chamber Members to log in and edit just their own listing within the CMS? If so, how would I set that up? There are approximately 110 members currently, and hopefully more to come as they grow.
Please let me know if you need further context – thanks in advance. I searched around articles and Wix tutorials, but couldn’t troubleshoot how to do this or even if it’s possible.
On every CMS you can set permissions.
You need to add Wix Members area to the website so the users can log in. Then create a custom members page where they can edit the details and save to the CMS
Pratham
September 19, 2025, 8:04am
4
This is very much possible, and this tutorial will show you exactly how to do it:
Warlock
September 20, 2025, 7:29am
5
How to Add CMS to a Members Page in Wix
Step 1. Install Members App
Open the App Market in your Wix Editor.
Install the Members Area app.
A default members page will be created, but you can also manually create your own Members page .
Step 2. Add a Members List
On your custom Members page, click the Add Elements (+) button .
Scroll down to Community → select Members List .
Adjust the display style (grid, cards, etc.) as you like.
Members can now set up and customize their profiles.
Step 3. Enable CMS (Content Manager)
In the Wix Editor, open the App Market .
Search for Content Manager and add it.
This will create a Database Collections section for your site.
CMS / Content Manager = A site-wide database system. It lives in the left-hand toolbar of the Editor (or Dashboard), not inside Members.
Where to find CMS in the Editor
Also under the Add Elements (+) button .
Scroll down to CMS
It will have the following options:
Add Preset,
Create collection,
Data Set,
Form Dataset,
Rich content
How it connects to Members
That’s how you bridge CMS data with Member profiles / Members List , but the CMS itself will never appear inside the Members app menu.
Step 4. Create a Collection
In the Content Manager, click + New Collection .
Name it something like MemberContent .
Set permissions:
Step 5. Connect the Collection to the Members Page
Go to your Members Area → open your Members page (e.g., Profile Page).
Add a Repeater , Gallery , or List/Grid element.
Select the element → click Connect to Data (database plug icon).
Connect it to your MemberContent collection.
Map fields:
Title → Text element.
Image → Image element.
Description → Text box.
Step 6. (Optional) Add Dynamic Pages
In Content Manager → select your collection → enable Dynamic Pages .
Choose a URL structure (like /members/{username}
).
Design the dynamic page → bind elements to fields (e.g., uploaded images, text, etc.).
Step 7. Allow Members to Submit Content
On the Members page (or a separate submission page), add a Form .
Connect the form fields to your MemberContent collection:
Make sure only logged-in members can submit.
Done! You now have a members page connected to CMS where users can display and upload content, with the option of individual profile/dynamic pages.
Be aware I haven’t done this part myself but found these instructions about a month ago. Its not my area of experience. I do hope this helps.