Mind blowing can't figure this one out

Tell us what’s happening:
i have convinced myself this isn’t a difficult task to complete because it seems so simple , but im not passing. whats happening is apparently i don’t know how to CREATE A FORM ELEMENT. I can get all 3 check marks stating that i have performed the task but not 3 check marks at once. Help i’m screaming on this one and my time is limited with two kids its 1:50 am kids are sleep these are my study hours after watching them all day when there mom is working and im ready to move on in this course but i’m stuck. Please is someone out there.
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>
<input type="text" placeholder="cat photo URL">
form action="/submit cat photo"><input type="text"></form>
</main>
  **Your browser information:**

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

Challenge: Create a Form Element

Link to the challenge:

you need to make your form around the existing input element

and you need to use the url given in the challenge description

HI @Code-expert-rookie !

It is ok.
This stumps a lot of people.
But we are here to help :grinning:

You need to reset the lesson and do the following.

First, you need to nest the input inside the form like this

<form action="/url-where-you-want-to-submit-form-data">
  <input>
</form>

Then you need to use the correct url.

FCC instructions:
Nest the existing input element inside a form element and assign "https://freecatphotoapp.com/submit-cat-photo"

i have seen this reply on others request for help in the forums. I must say it’s still foreign language. I believe there should be a video on how exactly the finished answer should be. I ultimately watched a youtube video of someone completing this task and it helped alot more than looking at the formula. thought i would share that because now i’m able to get over my frustrating emotions about this task and move on. I’m more than sure this won’t be my last frustrating task but it’s for sure my first. lol…I just want this to work for me…thank you for your help sister.

1 Like

The current challenges will eventually be replaced with an all project based curriculum.

I am also a beginner (8 months in) so I understand when things get frustrating.
Just remember to take it step by step and ask for help when needed :grinning:

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