Product Landing Page submit button not working

so im working on the product landing page project and i cant figure out why the submit button under form wont pass the test. i have looked at others work on this and it seems exactly the same. Did i misspell something or miss a closing tag or something that i just cant see? ive looked over it about a hundred times and im just not sure why its not working. any help would be super appreciated. im not sure if this is the correct way to post this:
https://codepen.io/smilehappychirpy/pen/dyNZdwg
please ignore the unfinished css. its still a work in progress.

Read the error message:

The #email input should have a name attribute : expected false to equal true

This is your input element:

<input type="email" placeholder="Email address" id="email" required/>
1 Like

yes thank you! that makes so much sense. i knew it would be something small and simple i was missing like that.

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