Hi,
I’ve been reading all the multiple threads on this topic, and can’t figure out exactly where I’m going wrong. I created a custom registration form and custom login, and it was all working fine.
However, I want to be able to extract the site Members into a Dataset so I can show it as a Table on the website, in order for users to see the complete list of members for practical purposes. So, then I created a Database Collection following WIX code tutorial.
Now when I register a user it adds to the Database but not to the list of Members, and I’ve no idea what I did to do that…
On the other hand, I wanted to generate a “user number” that is assigned automatically when a user registers. So for example the first user to register would be 001, the second 002, and so on… Is it possible for the database to do that automatically?
Many thanks!
Naïma