Superb tutorial. Especially because it's fast and without all kinds of unnecessary nonsense. Thumbs up!
@crocomentor4 ай бұрын
Thanks a lot!
@Musicmannstudios8 ай бұрын
Awesome. Love your approach to content making. Do not stop.
@crocomentor8 ай бұрын
Thank you! Glad you liked it. Definitely not stopping anytime soon. 😊
@ociredef333 ай бұрын
HI! Great video and channel. A question: what is the purpose of Remember Me in a registration form? It would only be useful in a login form, or am I wrong? Thank you
@crocomentor3 ай бұрын
In the registration form I've created, there's an option to enable 'Login User After Registration,' so the form essentially acts as both a registration and a login form. The 'Remember Me' option should only appear if you enable this feature. When selected, it keeps users logged in for a longer period-14 days instead of the usual 2 days-without having to re-enter their credentials each time they visit the site.
@BilalShirzadDevАй бұрын
Definitely Help!
@juancarlosrodriguez502210 ай бұрын
Hi, this video is awsome, thanks for publishing it. Croco Mentor, do you know hot we can create a Registration Form that uses User Meta Fields with JetFormBuilder?
@naomisuzuki Жыл бұрын
Hello! Thank you for the video! I'm trying to create the same registration form with a password and a verification email. The verification email gets sent but when I click the link it says "password is empty" and the new user doesn't get created. If you close all the incognito windows and reopen it and then test the form again, doest it really create a new user?
@crocomentor Жыл бұрын
Unfortunately, there is a bug or something and you're unable to set the field type of your password fields to "password"; it needs to remain as "text.and then it will work prnt.sc/f4-L9ybSFWke
@leaoh Жыл бұрын
@@crocomentor thanks for the tutorial! I had the same issue ("empty password" status). It works when setting the "password" and "confirm password" as a text field, as you suggested. I contacted their support team who told me that registration with email verification only works with auto-generated password unfortunately, it would be nice if it could also function when we keep it as a password field.
@crocomentor Жыл бұрын
Thanks for sharing your experience! It's unfortunate that the registration with email verification only functions with auto-generated passwords. Hopefully, they'll consider enhancing that functionality in the future to accommodate using password fields. I have a cosmetic solution for you. You can use a CSS code that will make the text fields look like password fields. Simply assign the class 'pass' to both of your password fields and then paste this code into the form's custom CSS: .jet-form-builder__field.text-field.pass { -webkit-text-security: disc; /* For Chrome, Safari, and newer versions of Edge */ text-security: disc; /* For Firefox */ } prnt.sc/PcDdeReYkRtO prnt.sc/mAlmYGN_13wg
@naomisuzuki Жыл бұрын
@@crocomentor Ok yeah that's what I thought. Thank you for the CSS!
@razuahammad5511 ай бұрын
what about the expiration time of the activation link?
@crocomentor11 ай бұрын
prnt.sc/h6kh0_72xEXu
@ProVM0012 ай бұрын
It says about a bug in Password! I do this of type text and it solves the problem to do real registration at the WP members! For me this was the best help!