Story line #12 - Challenge #3 Create Landing page

I cannot get past storyline # 12, I tried researching it and I found the lesson on the action attribute. However its not working for me. https://codepen.io/MoaceXX/pen/gOLrbrr. Any help is much appreciated. Thanks in advance.

Once again I offer this advice. When a test fails click the red button to see which test(s) are failing and text to help you correct the issue. (Be sure and read more than just the first line of the failing message.)

Here’s the failing message. What are you not understanding about what it’s telling you?

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
AssertionError: The #email input should have a name attribute : expected false to equal true

Hi @mikebrechin !

I agree with reading the full error messages.

The error messages do a good job of telling you exactly what to change.

I understand that it can be overwhelming to try and build these projects and you might be tempted to rush through those errors messages but they really are helpful tools in learning and fixing your code.

Once you make that small change to the input then you can focus on the other three failing tests.

If there are issues getting the other tests to pass and you are not sure what the other error messages mean than you can ask here in the forum for clarification and we would be happy to assist you.

Since we are here I noticed this in your code.

src="https://youtu.be/0JrlKcoD1Qw" <!--doesnt work-->

You are going to have to go to the video, click share, click embed and then copy the full code there.

OK thankyou I found the lesson that covers this.

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