I wanna tell this ******* forum is useless

Tell us what’s happening:
Describe your issue in detail here.

  **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://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" 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>a dog</li>
  <li>a nother cat</li>
  <li>a nother nother cat</li>
</ol>

<form action="/url-where-you-want-to-submit-form-data">
<input type="text" placeholder="cat photo URL">
<input>
</form>
</main>
  **Your browser information:**

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

Challenge: Create a Form Element

Link to the challenge:

Did you have a question or were you just trying to insult everyone?

In any case, your code doesn’t work. The failing test tells you what the problem is:

Your form should have an action attribute which is set to https://www.freecatphotoapp.com/submit-cat-photo .

When I fix that, your code passes for me.

2 Likes

HI @honghapham1999 !

Welcome to the forum!

There is no need to lash out and be upset.
We are here to help you. :grinning:

As mentioned, you are using the wrong link for the action attribute here

But also you have an extra input tag here that you can delete

Hope that helps!

Thank you very much
But i didn’t mean that hit post for this assignment was close why?

Sorry, I am not sure I understand what you mean here.
Can you explain more?

Hello, when our code doesn’t work, it is normal to get angry or upset :slight_smile: Keep calm, take a deep breath, go for walk maybe. And return to your problem, you will see your brain find a solution <3

And please be more specific about your problem, so people can help you more fast <3

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.