for Responsive Web Design Challenges, I’m on the landing page and all tests pass for the exception of User Story#12. I created action=“https://www.freecodecamp.com/email-submit” in the form element. I checked to make sure there is no extra anywhere else. CodePen IO landing page
any help and suggestions is greatly appreciated. need an extra pair of eyes on this.
Hi @slukas111 !
You should always read the full error messages.
It tells you that the email input should have a name attribute.
When I add that then the test passes.
Hope that helps!