Can't set the form to the link

Hey, so I’m stuck here and need some help please

So far I have this code

But it says that I’m missing the second request : “Your form should have an action attribute which is set to https://freecatphotoapp.com/submit-cat-photo” but I don’t seem to figure why, can sombody help me understand please?

My code so far


<form>
<form action="https://freecatphotoapp.com/submit-cat-photo"><input type="text" placeholder="cat photo URL">
</form>


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Hi @vero_cardoso , welcome to the forum!

Writing the form tag once is enough :wink:

1 Like

Oh yes! I got it, thanks! :grin: