Learn HTML by Building a Cat Photo App - Step 46

  </section>
  <section>
    <h2>Cat Form</h2>
    <form action="https://freecatphotoapp.com/submit-cat-photo">
      <label><input type="radio" id="indoor"> Indoor</label>
      <input type="text" name="catphotourl" placeholder="cat photo URL" required>
      <button type="submit">Submit</button>

How is that not working? what am i doing wrong?

Can you post the link to the challenge so we can see what the requirements are

Do you get any error when you press the check code button? If so, what does it say?

I guess the page just wasn’t updating or something because it passed after I refreshed the page. Thanks for your time!

1 Like