Good morning CQ & co. This video is very helpful. I wont have any back-end contributors so I don't require a private registration. However, I think I can use your custom log in and custom registration tutorials. Heres what Im working on today....from my homepage, I redirect "joiners", and returning members "Log Ins" to the same lightbox, which will have 2 adjacent text boxes that will each contain join/log in functions. 1 box for members to join or log in, and the other for shops/sellers to join or log in. I'm doing it this way in efforts to simplify these processes, by placing them all on one lightbox. I believe this minimizes clicking and redirecting for visitors & site explorers. It does more with less. The user interfaces are simple..to join we have an email/ recaptcha/ & join button. To log in we have an email/ password/ log in button/ forgot password button..... follow up..... I encountered a few errors when using the same code for multiple buttons. (1) "export function loginbutton_click event" The error was "already declared". I renamed the designated log in button to coincide with its intended function. ie "memberloginbutton" & "sellerloginbutton". The error appears to be corrected. The red dot vanished, & that specific code turned purple. (2) The imported "Wix-User" Api stated that it was already in use or has already been declared. I guess I only need to input this once?? So I deleted the duplicated "wix-user", "wix-location", & "wix-window" lines. When I go live I'll test & see. Your input is greatly appreciated on this 1st Saturday of 2020. Thank you.
This is so awesome! Back in the OLD days lol of HTML coding I didn't have ANYONE but a college professor in a classroom to show me how to do coding the old fashioned way! My live is so much easier these days! I was big into cut and paste :)
i dont mean to be off topic but does someone know a trick to log back into an Instagram account?? I was stupid forgot the account password. I appreciate any tips you can offer me!
Great tutorial. Is their a way to automate registration approval if the user has a custom voucher/onetime passcode. I would like to invite people to become members with a list of codes that I personally issue.
Hey Code Queen Nayeli, Thank you :) I've built this page and successfully registering users; It works like a charm. I have query for the next stage... how to control single login for a user? while logging in, if system finds a user/ email ID's session is active and If same email ID is entered from another device then it should display a warning "Logout from other devices Y/N?" If "Y" then automatically log out that user from all other devices and make active on this device. On corvid forum someone mentioned to use wix-storage with logout function but I am unsure how to. Can you please guide?
hi code queen.. this worked but still wonderin were do saved data go when there is no database yet? do I need to create a data base and link each input to it or there is already database embeded in the code? thank you in advance
Where does this information get stored ? I want to create a member registration page to accumulate information on who is a member of my union. I want to collect name, adress, phone number, email, and reason for becoming a member. How can i create a form which collects this info and stores it for me to read It ? Also i want to have these members to pay an annual fee to be able to register. How do i setup the registration page, so that a new members fills out the information and then is redirected to a payment option before the registration is complete ?🤔
Hi Code Queen, I am trying to create a website for a society at my university. Usually to join the society you need to purchase the membership from the official university website. I wanted to create a members-only section in my website, so I was wondering how I can ensure only those who have purchased the membership (on the university website) can login to the members-only section ... if that makes sense? thanks x
do you know how i can limit customer bookings for a specific service depending on the pricing plan they purchase?For example, the user purchase small package and they can book 3 times a specific service..
Thank you Queen your tutorials are really good... I have a question.... So many customers constantly request to help to reset their passwords, it sounds crazy I know but even if you don't believe this, some people mostly ask to help them to remember they passwords, or just to re assign one ,. So the question is there is some way to create or change the password for them through the Dashboard? Thank you..
The only way to reset a Wix password is by clicking the forgot password button. A person cannot be logged in when the button is clicked, therefore you cannot click the button within a dashboard page since you have to be logged into your Wix account to view the dashboard page. If you watch my other tutorials, you will learn how to create forgot password button. You can add the buton somewhere else on your site so you or someone else can click on it. Wix will ask for the email address and send an email with a link to click to reset password.
hi, Code Qeen . how do I insert more fields into the database {mobile, and more }. I can't find any way to fix the database. wixUsers.register(email, password, { contactInfo: { "firstName": firstName, "lastName": lastName, "phone": phone, "nickname": nickname } the above code is only working for first and last name . all other fields are empty in database.
Thank you! This helped me immensely. Can you set up multiple member registration pages? i.e. I want one for customers who purchase a product and one for "owners" that can link to editing their own dynamic pages. Thanks for help.
good video ;-).... using this method, how do you know the email is real before giving access? I'd like for users not to be able to log in until they click an email verification link. Do you have a video for that topic? A valid email is most important... thanks
Hello Lucky, to manually approve members logging into your site, simply turn on this setting via your wix dashboard. All this means, is that you have to approve the person who wants to begin logging into your site. It does not mean it will change or delete information being saved in your custom databases. Link: support.wix.com/en/article/editing-your-member-signup-settings-for-the-default-form If you want to tag a record as approved in your database, all you do is add an extra field column, Boolean. And click on it when you want to tag a record as 'Approved'.
Hi Code Queen, Awesome tutorials! Would you be able to help me with generating a content hash using sha256 with corvid? I see tons on information in respect to php but absolutely nothing in terms of corvid, tbh I do not even know where to begin as I am not sure of what values are needed in place of "secret" and "message" as most tutorials and articles use as an example. I am in dire need of assistance and would appreciate any feedback you can offer.
Good morning CQ & co. This video is very helpful. I wont have any back-end contributors so I don't require a private registration. However, I think I can use your custom log in and custom registration tutorials. Heres what Im working on today....from my homepage, I redirect "joiners", and returning members "Log Ins" to the same lightbox, which will have 2 adjacent text boxes that will each contain join/log in functions. 1 box for members to join or log in, and the other for shops/sellers to join or log in. I'm doing it this way in efforts to simplify these processes, by placing them all on one lightbox. I believe this minimizes clicking and redirecting for visitors & site explorers. It does more with less. The user interfaces are simple..to join we have an email/ recaptcha/ & join button. To log in we have an email/ password/ log in button/ forgot password button.....
follow up.....
I encountered a few errors when using the same code for multiple buttons.
(1) "export function loginbutton_click event" The error was "already declared". I renamed the designated log in button to coincide with its intended function. ie "memberloginbutton" & "sellerloginbutton". The error appears to be corrected. The red dot vanished, & that specific code turned purple.
(2) The imported "Wix-User" Api stated that it was already in use or has already been declared. I guess I only need to input this once?? So I deleted the duplicated "wix-user", "wix-location", & "wix-window" lines.
When I go live I'll test & see. Your input is greatly appreciated on this 1st Saturday of 2020. Thank you.
GREAT GREAT GREAT info !!!
Thousand Thank you !!!!
a word !
The page works fine in edit mode.
It is not displayed in web mode.
An idea ?
I found !!!!
We had to create a public page !!!
thanks again !!!!
This is so awesome! Back in the OLD days lol of HTML coding I didn't have ANYONE but a college professor in a classroom to show me how to do coding the old fashioned way! My live is so much easier these days! I was big into cut and paste :)
i dont mean to be off topic but does someone know a trick to log back into an Instagram account??
I was stupid forgot the account password. I appreciate any tips you can offer me!
Great tutorial. Is their a way to automate registration approval if the user has a custom voucher/onetime passcode. I would like to invite people to become members with a list of codes that I personally issue.
this is cool.. what is the practical application though?
@Code Queen Hello awesome video! However we cannot find the webpages posted. They show an error 404
Any ways to work around this? Thanks so much!
Hey Code Queen Nayeli, Thank you :)
I've built this page and successfully registering users; It works like a charm. I have query for the next stage... how to control single login for a user? while logging in, if system finds a user/ email ID's session is active and If same email ID is entered from another device then it should display a warning "Logout from other devices Y/N?" If "Y" then automatically log out that user from all other devices and make active on this device. On corvid forum someone mentioned to use wix-storage with logout function but I am unsure how to. Can you please guide?
hi code queen.. this worked but still wonderin were do saved data go when there is no database yet? do I need to create a data base and link each input to it or there is already database embeded in the code? thank you in advance
Where does this information get stored ?
I want to create a member registration page to accumulate information on who is a member of my union. I want to collect name, adress, phone number, email, and reason for becoming a member. How can i create a form which collects this info and stores it for me to read It ?
Also i want to have these members to pay an annual fee to be able to register. How do i setup the registration page, so that a new members fills out the information and then is redirected to a payment option before the registration is complete ?🤔
where can we see the new users that are registered?
Hi Code Queen,
I am trying to create a website for a society at my university. Usually to join the society you need to purchase the membership from the official university website. I wanted to create a members-only section in my website, so I was wondering how I can ensure only those who have purchased the membership (on the university website) can login to the members-only section ... if that makes sense?
thanks x
do you know how i can limit customer bookings for a specific service depending on the pricing plan they purchase?For example, the user purchase small package and they can book 3 times a specific service..
Hi Code Queen, awesome video. Do you think it's possible for members to submit forms to other private members and not just to a database?
Where does the user information we register get stored? I do not see it added as a site member...
This is cool, might end up using this soon
Hi, your tutorial links have a 404 error code. Could you please fix these.
Thank you Queen your tutorials are really good... I have a question.... So many customers constantly request to help to reset their passwords, it sounds crazy I know but even if you don't believe this, some people mostly ask to help them to remember they passwords, or just to re assign one ,. So the question is there is some way to create or change the password for them through the Dashboard? Thank you..
The only way to reset a Wix password is by clicking the forgot password button. A person cannot be logged in when the button is clicked, therefore you cannot click the button within a dashboard page since you have to be logged into your Wix account to view the dashboard page.
If you watch my other tutorials, you will learn how to create forgot password button.
You can add the buton somewhere else on your site so you or someone else can click on it. Wix will ask for the email address and send an email with a link to click to reset password.
hi, Code Qeen . how do I insert more fields into the database {mobile, and more }. I can't find any way to fix the database.
wixUsers.register(email, password, {
contactInfo: {
"firstName": firstName,
"lastName": lastName,
"phone": phone,
"nickname": nickname
} the above code is only working for first and last name .
all other fields are empty in database.
Have you found a solution to this?
I need a solution, please!
Hi! The link to the code doesn't work. Is it possible to still get the code?
Thank you! This helped me immensely. Can you set up multiple member registration pages? i.e. I want one for customers who purchase a product and one for "owners" that can link to editing their own dynamic pages. Thanks for help.
Definitely possible. Just assign different permissions for these groups :)
Hi code queen, How can i create fields for the form?
good video ;-).... using this method, how do you know the email is real before giving access? I'd like for users not to be able to log in until they click an email verification link. Do you have a video for that topic? A valid email is most important... thanks
Is there a way for this to automatically trigger a confirmation email to the inputted user's email?
Is there a way for an user to change the password while signed-in? (Its not that they have forgotten the password, they just want it changed.)
How to make a quiz in wix which counts final score at the end.
The link to the code is not working.
Hey , this is best for us but actually I want to know how can we add HTML coding ( like same registration) with our Wix website
descriptions links not work
can this be done without a dashboard page, just a members only backend type page?
It can be done. You can link to the registration page from anywhere.
Coolbeans!!
what if i wanted to make this password specific? where in the code do i enter that?
what if i need only registration with triggred email?
Can you tell me how a admin in private page can approve or decline the submitted registration forms by users
Hello Lucky, to manually approve members logging into your site, simply turn on this setting via your wix dashboard.
All this means, is that you have to approve the person who wants to begin logging into your site. It does not mean it will change or delete information being saved in your custom databases.
Link: support.wix.com/en/article/editing-your-member-signup-settings-for-the-default-form
If you want to tag a record as approved in your database, all you do is add an extra field column, Boolean. And click on it when you want to tag a record as 'Approved'.
Hi Code Queen,
Awesome tutorials! Would you be able to help me with generating a content hash using sha256 with corvid? I see tons on information in respect to php but absolutely nothing in terms of corvid, tbh I do not even know where to begin as I am not sure of what values are needed in place of "secret" and "message" as most tutorials and articles use as an example. I am in dire need of assistance and would appreciate any feedback you can offer.
sister can u help me