Landing page help....pls!

i have completed 15/16 task but i am stuck on the form submission part. for some reason my submit button is not linking to the static page. pls can anyone help?

here is the link to my code…

https://codepen.io/n_da_matrix/pen/RwWWYKL

Look at the error message.

The #email input should have a name attribute

If you do not give it the correct value it will give you a new error telling you what the value should be.

exactly what is was. thanks a million.