Product Building Page

Can anyone tell me why I am not passing the checks on this? I have the form element set to submit to the page that FCC has provided, and clicking on my nav links most certainly does take the user to the right parts of the page. The page looks a bit choppy right now but I am going for passing the tests before I try to make it look any prettier. Thanks in advance for any help.

Currently using Googe Chrome as well.
Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134.

Link to the challenge:

Instead of giving your li elements class="nav-link"

Give them to your a elements :sunglasses:

Thanks for the quick reply! That did the trick. Any clues on how to get my thinger to submit to the page that FCC provided? Lines 30-33 are where I suspect the problem lies.

Nevermind. Everything works. I just didn’t add a name attribute to my email input.

1 Like