I am having issues with step 48

‘’’
indoor
outdoor

‘’’

You need to state the issue you’re having with your challenge

The issue am having is that after the second code which have an iutdoor it gives me instructions to restart the original input before tye outdoor

step 48 of what challenge?

Html challenge … am sure of the code but it keeps saying theres a change in it so i should go back and correct the original code

yeah is it the cat app, cafe menu, survey form?
which of these challenges

Challenge 48 of the cat app

okay all you need to do is add name attribute of indoor-outdoor in your input tag
like this : name="indoor-outdoor" to both

did you solve the challenge?

Not yet its now saying  

Your new input should have an id attribute with the value outdoor.

did you remove the id attribute from your code?

you know what share your code

No i didnt just keep showing the same

copy your code and paste here

‘’’

CatPhotoApp

Cat Photos

See more cat photos in our gallery.

A cute orange cat lying on its back.

Cat Lists

Things cats love:

  • cat nip
  • laser pointers
  • lasagna
A slice of lasagna on a plate. Cats love lasagna.

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Five cats looking around a field. Cats hate other cats.

Cat Form

Indoor Outdoor '""

this is not your code
this is your preview

  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section>
        <h2>Cat Photos</h2>
        <!-- TODO: Add link to cat photos -->
        <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
        <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
      </section>
      <section>
        <h2>Cat Lists</h2>
        <h3>Things cats love:</h3>
        <ul>
          <li>cat nip</li>
          <li>laser pointers</li>
          <li>lasagna</li>
        </ul>
        <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
          <figcaption>Cats <em>love</em> lasagna.</figcaption>  
        </figure>
        <h3>Top 3 things cats hate:</h3>
        <ol>
          <li>flea treatment</li>
          <li>thunder</li>
          <li>other cats</li>
        </ol>
        <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">
          <figcaption>Cats <strong>hate</strong> other cats.</figcaption>  
        </figure>
      </section>
      <section>
        <h2>Cat Form</h2>
        <form action="https://freecatphotoapp.com/submit-cat-photo">
          <label><input id="indoor" type="radio"> Indoor</label>
<label><input id="Outdoor" type="radio"> Outdoor</label>
<label><input id="indoor" type="radio" name="indoor-outdoor"> Indoor</label>

do it for the second one to

let me know if you solved it

<label><input id="Outdoor" type="radio"> Outdoor</label>

Its still not working