Members Area Reworked.

Currently I have a members area added to the site. I am looking to add certain fields that each member could have which at the moment is not possible with the current members area. If i were to create a Collection for members how can i transfer the members in my members area to appear in the new Collection, basically an editable privatememberdata.

Hey Meta,

So we’ve got a tutorial for you here . You’ll need to “export” all your data from the PrivateMembersData collection and then insert it to your custom collection. You can do that with a simple query which you can see here .

-Jeff