I know there;s a post already for this, but it isn't helping my problem. (Step 15, Learn HTML Forms)

Here’s my code.

<fieldset>

        <label>Enter Your First Name: <input></label>

        <label>Enter Your Last Name: <input></label>

        <label>Enter Your Email: <input></label>

        <label>Create a New Password: <input></label>

      </fieldset>

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

It’s not on dark mode, and its zoomed at 100%.

Can you try a different browser?

I am testing it on google chrome and it is working on my end

Yes, I turned off my dark mode extension, (even though it was disabled for freecodecamp, it didn’t work until I turned it off completely)

1 Like

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