I don't know why these two tests won't pass

But Ive figured it out now, I must have done a good job too because i was flagged for spam/promotion??

look below the failed test for the reason of failing.

In one case you have not given the action attribute to the #form element, you have <form id="form"><form action="...">

it is there it just breaks it up on the next line.

the issue is not the new line, you have two different form opening tags

I figure it out. Thanks.

Why did 2 different form tags work in the previous project? That’s what I referred to in the beginning.

It depends on what the tests are testing. In this case it expect your #form element to have the required action attribute. The other project was maybe being tested in a different way

1 Like