Hi,
Even though I enter email and password, they are coming as blank. Eventually, I get a message that the 2 passwords- input password and confirm password don’t match and thus I cannot sign up.
Hmm Good question. The first thing I would check is to make sure you are actually referencing the correct input on the page or reusable element. For example, if you have an input for signing up and an input for logging in, make sure you are referencing the correct input for each. Double check that the input is correct by simply renaming the input. Then you will see if it references the newly renamed input or not. Does that make sense?