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

Cat Form

Indoor Submit

its show the error but if i put id attribute before type then code is execute correctly

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.