Survey Form Incomplete

Tell us what’s happening:
Describe your issue in detail here.

Hello Friends, hope you doing great !
I have almost done this task but it still has 2 points failing, i need some help please !!

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36

Challenge: Build a Survey Form

Link to the challenge:

Provide us codePen Link!

@Leviathan666,

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. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

hello friend thanks a lof

Hello Roma,
actually i was trying for hours to solve it, and to discover where is the mistake, i didn’t try the red button, thanks a lot.
then it is easier to arrange my form.
Thanks a lot . have a great day

1 Like

@Leviathan666, didn’t really need the link to your pen. As stated previously, read the entire failing message.

For instance, the first failing message says

Inside the form element, I am required to enter my name in a field with id="name". If I do not enter a name I will see an HTML5 validation error.
Name input field should be required : expected false to be truthy
AssertionError: Name input field should be required : expected false to be truthy

Do you understand what the test is looking for and why it is failing? Btw, the second failing message is the same, just a different element.

Hint from the failing message, Name input field should be required

Hello,
thanks a lot, i solved it - the red button is the tool i needed last night , now is ok.
warm regards

1 Like

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