Hi,
Is there any way to how can I know which owner (site member fills the form in the database) not by owner id I’m asking about by its name.
For Example: Owners Id: asda54454ad545a97a(Not Real) = i want to this owner id name in database
Hi,
Is there any way to how can I know which owner (site member fills the form in the database) not by owner id I’m asking about by its name.
For Example: Owners Id: asda54454ad545a97a(Not Real) = i want to this owner id name in database
The behind the ID is the Name. You only have to Query it.
https://www.wix.com/corvid/reference/wix-users.User.html
https://www.wix.com/corvid/reference/wix-data.html#query
As Brod says above, just use the ID field, you don’t need to use the Owners ID field and use that to get the users details etc.
https://support.wix.com/en/article/about-your-database-collection-fields#system-fields
But how can i do it that means i want site member name in wix database
@thbewise What “site member name”? Be a bit more specific!
BTW: @givemeawishky gave you some good links.