Hello,
I have custom member class with extra fields and nice working registration forms - one for users and another for customers (adding users to group "Customers")
I would like to add automatically generated customer ID to each customer (auto increment, working like an ID, but since there are other users which are NOT customers, these should not get this unique customer ID)
Is this possible to do?
Thanks in advance