This is my first post here and I’m looking for help because I have been hitting a brick wall trying to work out why my Product Landing Page project won’t pass all the tests.
For example, I have an input email field with “email” as an id but I am failing that test. The only reason I can think of is because I am using Bootstrap and there are multiple ids for this input field.
I am also not sure if I have set up the form properly to submit the user-inputted email to a static page. I’d appreciate any help or advice thanks!
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.
id’s value must not contain whitespace (spaces, tabs etc.). Browsers treat non-conforming IDs that contain whitespace as if the whitespace is part of the ID. In contrast to the class attribute, which allows space-separated values, elements can only have one single ID value.