Can you see where there is value="indoor" inside the input element? A simplified version would be: <input value="indoor"> This is removing the other attributes and just leaving the value attribute.
Don’t remove the other attributes, but make sure that your input elements all have value attributes with corresponding values. The description and the test outputs will help you to know what to use.
If this is not clear, please state clearly what is tripping you up. In general, the more specific the question, the better the answers in quality and quantity.
The input only has id, type, and name attributes. You need to add a value attribute. It should match the label text. In this case the label text is “Indoor” - convert it to lowercase and use it as your value.
Do this for each input element.
If you run into trouble, show us what you have so far and we’ll help you out.
This what I have so far. Wow, 1 year and you don’t know everything about coding guesses it is a longer process than I expected but it’s fine ill put the time and grind into it. Tell me if you need the whole coding script, also I have a question you been coding for years what are some good things out of this?? Have you made your own app or got a job doing coding? Sorry i didn’t respond i had to do other stuff.
Right, this is a lot easier if you just cut and paste the code. Just put three backticks on the line before your code block and do the same on the line after (so it formats correctly).
I can’t see the checkboxes, and I’m not sure why the radio buttons got moved out of the form. Sometimes things get just too messed up - hit the Reset All Code button and start over. From there, you just need to add value attributes to the inputs inside the form - it should be 5 places. You did it correctly for the radio buttons, you just need to do the same for the others.
I tried it and I completed it now I understand thank you. I appreciated it I finally passed it after like 2 hrs its was so simple and easy i made it so complicated lol but thanks again.
Yeah, we were all there at one point. This is hard stuff - if it wasn’t it would be done by high school dropouts and pay minimum wage. Just keep at it, you’ll get there.
yeah honestly without your help i would have been stuck their for even longer so thank you. I want to study to become a neurosurgeon but everything revolves around coding so I also want to learning coding just in case in the future i need it. Who knows i could be good at it and make a carrer at of it.
I want to study to become a neurosurgeon but everything revolves around coding …
Everything in neurosurgery? Or everything in life? I think people can excel in both of those without becoming a coder, at any level. I don’t think we’re ever going to reach a point where you need to learn how to code to function in the world. Learn coding because it’s fun.