I'm having challenges in creating this Form Element

Please i’ve done this over and over but it seems not to work, please i need someone to put me through… what am i getting wrong.

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

what’s your code? what is the challenge you are asking about?

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Hi @Goodnewsamadi !

I edited your post to include the link to the challenge.

In the future, please use the Ask for help button which will generate your code and the challenge link so we can help you better.

Just looking at your code, it looks like you are not using the correct input.

Reset the lesson, and use the existing input that the challenge gave you.
Do not alter it or create a new input.

Please what’s wrong with my code?
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://www.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>
<input type="text" placeholder="cat photo URL">
</main>
  **Your browser information:**

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

Challenge: Create a Form Element

Link to the challenge:

It seems you included the starting code without changes, what’s your current code instead ?

Please what’s wrong with my code?
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://www.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>
<input type="text" placeholder="cat photo URL">
</main>
  **Your browser information:**

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

Challenge: Create a Form Element

Link to the challenge:

You need to wrap the form tags around this existing input.

Thanks for your swift response. Here is my code and the outcome. Please where am I getting it wrong.

You keep changing the input.

This is the existing input.

Wrap your form tags around that.

<form action="https://www.freecatphotoapp.com/submit-cat-photo">
EXISITING INPUT GOES HERE
</form>

Make sense?

Wow! Thanks so much, it worked. Please I’ll like you to coach me more, because there’re so many times I get confused and I’ll need someone to put me through of which I see you’re very grounded.

Please if it’s possible, I’ll like to know you better and to have your what’sapp number too. I really enjoyed your quick-“to the point” response. I look forward to hearing from you shortly.

Regards!

HI @Goodnewsamadi !

I am glad you were able to figure it out.

With my schedule I wouldn’t have time for one on one coachings.

Whenever you get stuck there is always someone here in the forum to help. :grinning:

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