<form action="/"https://www.freecatphotoapp.com/submit-cat-photo"submit-cat-photo"><input type=“text”></form>

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>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<input type="text" placeholder="cat photo URL">
<form action="/"https://www.freecatphotoapp.com/submit-cat-photo"submit-cat-photo"><input type=“text”></form>


</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36

Challenge: Create a Form Element

Link to the challenge:

What’s the issue? You didn’t explain anything

Your form is not inside your input, anyway here is the solution for that specific challenge:

Mod Edit: SOLUTION REDACTED

1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

2 Likes

Hey Jeremy,

I totally agree with your view and in this case, I was giving the answer away too quickly.
But let me ask you another question, to someone like you with clearly more experience in the field. What do you see as a healthy balance between guiding someone with hints and suggestions or - more satirically speaking - letting a peer suffer in his or her eternal search for the right answer? Where is the threshold here exactly?

Would love to hear you take on this! :slight_smile:

Kinds Regards,
Valentyn

We have a strict ‘no writing the answers for them’ policy for freeCodeCamp challenge problems. We’ll occasionaly share code snippits for people who have already solved a challenge or for people working on code projects, but this forum is not a ‘give me code that does X’ service.

1 Like

Fair enough, thank you for the clarification Jeremy! :wink:

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