How to Create a Registration Form With Email Verification | JetFormBuider

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 18

  • @ChristiaanKoppelaar
    @ChristiaanKoppelaar 3 หลายเดือนก่อน +1

    Superb tutorial. Especially because it's fast and without all kinds of unnecessary nonsense. Thumbs up!

    • @crocomentor
      @crocomentor  3 หลายเดือนก่อน

      Thanks a lot!

  • @BilalShirzadDev
    @BilalShirzadDev 5 วันที่ผ่านมา

    Definitely Help!

  • @Musicmannstudios
    @Musicmannstudios 6 หลายเดือนก่อน

    Awesome. Love your approach to content making. Do not stop.

    • @crocomentor
      @crocomentor  6 หลายเดือนก่อน

      Thank you! Glad you liked it. Definitely not stopping anytime soon. 😊

  • @ociredef33
    @ociredef33 2 หลายเดือนก่อน

    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

    • @crocomentor
      @crocomentor  2 หลายเดือนก่อน +1

      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.

  • @juancarlosrodriguez5022
    @juancarlosrodriguez5022 8 หลายเดือนก่อน

    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
    @naomisuzuki 10 หลายเดือนก่อน

    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
      @crocomentor  10 หลายเดือนก่อน

      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
      @leaoh 10 หลายเดือนก่อน

      ​@@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
      @crocomentor  10 หลายเดือนก่อน +1

      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
      @naomisuzuki 10 หลายเดือนก่อน +1

      @@crocomentor Ok yeah that's what I thought. Thank you for the CSS!

  • @razuahammad55
    @razuahammad55 10 หลายเดือนก่อน

    what about the expiration time of the activation link?

    • @crocomentor
      @crocomentor  10 หลายเดือนก่อน +1

      prnt.sc/h6kh0_72xEXu

  • @ProVM001
    @ProVM001 27 วันที่ผ่านมา

    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!

  • @KangteDevelopers-re4wd
    @KangteDevelopers-re4wd 8 หลายเดือนก่อน

    Thankyou sir

  • @baliflorent6971
    @baliflorent6971 10 หลายเดือนก่อน

    Thanks.