CurrentUser data

Is it possible to get current user data input I ask at registration?

E.g. I ask the member’s age at the registration and later I automatically filter on a repeater content based on member’s age I store in the collection.

Thanks!

You can only ask for user’s email. That’s all the info contained in wix-users.

Ouch…then any other solution to show specified content for specified members group? If I create the contents (e.g. repeater on pages) and send member somehow to the right page/repeater?

Hi,
Was the data saved to a collection by the user?
If so, the ‘owner’ field in the created item should represent the user that created it.
Meaning that you can filter the collection according to the userId that is returned by wixUsers.

see here
https://www.wix.com/code/reference/wix-users.html#currentUser