Not passing the survey form project

Hi,

I recently tried to complete the survey form project, and while I think i got everything right, but the verificator tells me there are errors. please help me as I tried everything to try to fix those 2 issues (#15 and #16) Thanks a lot.

(also i know my form doesn’t look good :frowning: it looked better but when i forked it it somehow changed and got messed up haha)

look at the error below the failed user story

image

The textarea is not inside the form element

I saw that, but the problem is that it is in the form element. Or am I missing something here?

my suggestion, you have a lot of syntax errors, start by using the Analyze HTML feature
image

once you have finished, as that one doesn’t catch everything, go with the w3 validator: https://validator.w3.org/nu/#textarea (without the script tag)

you can ignore 1,2,3 as you are using the codepen boilerplate
ignore these Warning and errors:
image

1 Like

Thanks a lot ! will do.

Hi,

I recently tried to complete the survey form project, and while I think i got everything right, the verificator tells me there are errors. please help me as I tried everything to try to fix those 2 issues (#15 and #16) Thanks a lot.

(also i know my form doesn’t look good :frowning: it looked better but when i forked it it somehow changed and got messed up haha)

Hey there,

great work so far, 15 of 17 tests pass! :clap:

Your tests fail, because your have some errors in your code.

You can get a code validation for HTML here by pasting your codepen HTML code into the body. You will see some small errors, that’s totally normal and I think you are able to fix them! :+1:

Go from top to bottom and try to fix each error step by step. :slightly_smiling_face:

1 Like

Thanks a lot ! already found some new errors and started fixing them !! really helpful.