New to coding need help

Step 51

If you select the Indoor radio button and submit the form, the form data for the button is based on its name and value attributes. Since your radio buttons do not have a value attribute, the form data will include indoor-outdoor=on, which is not useful when you have multiple buttons.

Add a value attribute to both radio buttons. For convenience, set the button’s value attribute to the same value as its id attribute.

Indoor Outdoor

Sorry, your code does not pass. Try again.

Both radio buttons should still be located between opening and closing label element tags.

I figured it out , thank you everyone that makes learning code available

1 Like

In the future, I would use the Ask for Help button so that your full code is posted along with a link to the Step. Also , please describe how you are stuck in your own words. Thanks