Any advice how to correctly write call to MemberExists in frontend code? Seems that either backend function is returning undefined results, either I do not correctly call this function. Appreciate any suggestions!
Issue is that I do not have any user logged in. Sequence is: user enters email in textbox with type email → this input is checked in the Wix Memebers database → if no such member, then it is registered and logged in.
Also, I see You using this code in frontend - are Members/PrivateMembersData functions accessible from frontend code?
Hi, I’m trying to do the same thing but using the new wixMembers instead of the deprecated wixUsers. Ultimately, I’m trying to create an error message on my custom sign-up lightbox for someone who is trying to “sign-up” using an email address that already exists as a site member. Any suggestions?