Guest passwords and member passwords

Hi Damola,

In the database collection, you should have an ID for each user. Just use that ID in a URL for the dynamic page. So you would have something like this: /Members/ID/

This is defined in the dynamic page setting panel:


In the above example, I want to show data from the Members collection, and I want the dynamic page key field to be ID. To go to this page, follow the instructions in the article Linking to a Dynamic Page .

Yisrael