Hi everybody! I want to pass the tests so I can concentrate on the design, but there are two errors that keep appearing and appearing. I’ve tried everything, I’ve searched the web, and haven’t found a reason for these errors. Maybe you can help me?
Here’s my pen: https://codepen.io/33P/pen/dyYJXBa
And here are the errors:
11. Within the form, there is a submit <input> with corresponding id="submit".
#submit is not defined : expected null to not equal null
## 12. When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit).
The #email input should have a name attribute : expected false to equal true
I’ve done everything the stories told me to. I’ve run out of solutions.
Thanks for the help!