The button is appearing on the front end but I am struggling with understanding what I am being asked to do, I have created the radio button set as indoor but it’s not passing, do I need to nest it?
Before the text input, add a radio button with the option set as:
Indoor
They also gave you an example to use:
<input type="radio"> cat
So if you just do exactly what this example is doing (but replace Cat with Indoor) and if you place this code where they asked for it, then you will be done.
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
I totally agree, it’s really important that I deconstruct my error to find the solution, through understanding that, for example in this problem, I overengineered my input. I can’t come to that solution, of pulling back to basics, if I’m just given the answer. The answer isn’t really the issue, it’s understanding my method as I come to that conclusion that matters most.