Learn HTML Forms by Building a Registration Form, Step 19

Hi! Sorry, I don’t understand what’s wrong with my code for Step 19, it just won’t pass. Also, the ‘Sorry your code doesn’t pass’ message at the end gives me a hint for the third input element, the one relating to the email. Does this mean my first two input elements, the ‘text’ ones, are correct? But how though, as I think I wrote the same syntax all the way through, I am Googling and Googling, and I can’t figure it out! Here is my code:

  <fieldset>
        <label for="first-name">Enter Your First Name: <input id="first-name"/><input type="text"/></label>
        <label for="last-name">Enter Your Last Name: <input id="last-name"/><input type="text"/></label>
        <label for="email">Enter Your Email: <input id="email"/><input type="email"/></label>
        <label for="new-password">Create a New Password: <input id="new-password"/><input type="password"/></label>
      </fieldset>
  And ideas? Thank you so much in advance! :sweat_smile: :sweat_smile: :sweat_smile:

Post a link to the challenge.

Hey! You need only one input in each label, and code within the id and value and type and it’s value. Reset your challenge and do it again. Happy Coding.
@Judith83

1 Like

Oh my God thank you!!! That was… easy! :sweat_smile: I had a panic attack in front of that step, because I got confused by the whole labels and input things in the very first module, ‘Build a cat App’! Thank you so much, as I don’t know how long it would have taken me to actually stop panicking! :rofl: :rofl: :rofl: :rofl: :rofl:

1 Like

Hasan has kindly solved it, but if you still want to see, it’s here: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-19
I’m not sure if I’m supposed to specifically format links, I don’t use this forum an awful lot, though I find it wonderful! When you’ll look at it it may sound silly I was stuck, but I just got properly stuck, like I probably would have NEVER figured it out! :sweat_smile: :sweat_smile: :sweat_smile:

2 Likes

Haha. Yeah everyone is goes from that Situation in beginning. you’re Welcome :hugs:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.