Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9036667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T09:03:35+00:00 2026-06-16T09:03:35+00:00

I got stuck on a very simple Question, I have a form in that

  • 0

I got stuck on a very simple Question,

I have a form in that order:

  • email,
  • pw1,
  • pw2,
  • username (which is optional)

The whole form is validated with .validate() and it´s working awesome and shows up nice error messages etc..

The one thing I couldn’t achieve is : I want the Username-textfield to only show up if email, pw and pw2`s values are valid

I have the username input inner a
div class=”reguser” style=”display:none;”

I tried the .valid() method like :

if ($('#passwort').valid() && $('#passwort2').valid() && $('#email').valid()) {
    $('.reguser').show();
};

that doesnt work at all, all fields asked if .valid() are initially highlighted with the error message now and if they are getting valid by putting valid value in, .reguser doesn’t show up

also tried to catch the class valid, but i guess i need to do this on an event like onfocusout or so

if ($('#passwort').hasClass('.valid') && $('#passwort2').hasClass('.valid') && $('#email').hasClass('.valid')) {
    $('.reguser').show();
};

Has anyone a hint for me ? I´m searching the Internet for hours and hours and not making progress

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T09:03:37+00:00Added an answer on June 16, 2026 at 9:03 am

    Since all required fields are needed to show the username field, you can check if the whole form is valid:

    $('#formId :input').on('blur', function(){
        if($('#formId').valid())
        {
            $('.reguser').show();
        }
    });
    

    You can change blur to the event you want.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we have a (in our oppinion) very simple scenario here. But we got stuck
So I am putting together a very simple app and have got a bit
I have a very simple function which takes in a matching bitfield, a grid,
I find myself in a situation that someone else must have got stuck in
Sorry, a beginner's question: I have a very simple function in my Django application
I got stuck among the weared behaviour of browsers. Ihave a div which has
I got stuck with this problem. I wrap two tables inside of a h:form.
Background info: I've set up a very simple .NET solution in VS2008 that contains
The end result is very simple, I have to have something happen when a
I am working in MATLAB and I'm stuck on a very simple problem: I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.