This doesn't make any sense

This doesnt know what its talking about

You’re going to have to provide more context on what you are referring to and trying to say

    <input name="loving" id="loving" type="checkbox">  <label for="loving">Loving</label>
            <input type="checkbox"name="personality>"

It’s saying i don’t have the "name=“personality” but you clearly see i do

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

What exactly is your name set to?

@collectordevice [quote=“collectordevice, post:3, topic:627369”]

    <input name="loving" id="loving" type="checkbox">  <label for="loving">Loving</label>
            <input type="checkbox"name="personality>"

[/quote]

Hello!
You may have solved this already, but if not, my suggestion is to remove the second input element, as that is not asked for in the step. Then, change the name in the other input to “personality”.
You may be better resetting the step and just making the changes as listed. Those are the only issues I see. You have nested the text properly within the label tags, and have proper case usage in the code.

Happy coding! :slight_smile: