Is there a way for custom branded login page (form) ? as custom registration
for example : wixUsers.register(email, password) creates new member (in “Wix system”)
>> and <<
something like this
" wixUsers.promptLogin(email, password) "
( or by wixUsers.applySessionToken without from register/approve function), that also connect to " Wix member system" to check if is it email//password relevant instead “Wix sign up/log in light box”.
You might want to look through a few of these posts to get a sense of some of the problems you encounter if you want to try to replace the standard Wix methodology at the moment.
… that only it is possible custom registration page, because if we have a custom registration page also needed log in and when click on “signup/login bar” there on the “light box” are both – login and standard Wix registration. so … on one site are two registration (different) forms one custom and other standard wix.
so this is curious