Product landing page form action error

https://codepen.io/funnymail/pen/OYZqQK?editors=1100

From the failing test message:

The #email input should have a name attribute

Read the test messages. They tell you a lot.

2 Likes

thank you issue solved added name attribute

This is so true! I remember when I first started developing and when I saw red., I didn’t even bother reading it. If you get to learn the different types of error messages you can actually find the bugs much faster. This is true primarily with console.log() errors…