FCC Landing Page Action Attribute not working

have included the link provided by in the user-stories (https://www.freecodecamp.com/email-submit) in my action attribute inside a form.
I have the input (text and submit)inside the form and it’s fully functional.
When I click the submit button, it goes to the link user-stories have provided. And it’s correct.
There’s no problem with this.
However, when I check the tests. It produces an error that I didn’t do something right.

I use Firefox in Windows 10 Desktop.

This is the error.

And this is my pen.

Your email input should have the name attribute (it’s right in the screenshot :wink:)

3 Likes

Oh. I thought attribute id and name is the same.
Thank you.
Problem Solved.