<form action="/sumbit-cat-photo"> <input type="text" placeholder="cat photo URL" </form>

Tell us what’s happening:

<input type=“text” placeholder=“cat photo URL”

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="/sumbit-cat-photo">
 <input type="text" placeholder="cat photo URL"
</form>

</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Hello, please try to describe your problem with more details.
For now I can just tell you that you forgot the closing bracket of the input element.

<input type="text" placeholder="cat photo URL">

And that you mispelled “Submit” in your action attribute.

<form action="/sumbit-cat-photo">
1 Like

thank u for ur reply but i still have the problem even after i do as u told me

Hi!

in your ‘action = …’ is https://freecatphotoapp.com/ missing!
Read the challenge again!

1 Like

it still dont work i tried as u told me but it keep telling me Your form should have an action attribute which is set to https://freecatphotoapp.com/submit-cat-photo.

Post how you have done it? Only the instruction concerned!

this is the post/link of how i done it after u told <form action="/sumbit-cat-photo"> <input type="text" placeholder="cat photo URL" </form>

I mean something like that:

<form action="https://freecatphotoapp.com/submit-cat-photo">

1 Like

10q for ur help. :grinning: :grinning: :smiling_face_with_three_hearts:

1 Like

You are welcome and happy coding!

You have a third posting to the same question! Try to remove it!