Need help with create a form challenge

I’m stucked here please and i need help…The challenge is to nest the existing input element within the form element which i think i did correctly but it just won’t take me to the next challenge, i’ve tried everything but all to no avail…
CODE FORMATTING EDITED BY MODERATOR

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

Could you share the link to the challenge?

That’s it i guess!!!

Can you share a screenshot of the solution you are trying? I have to see how its being typed out.


How im i gonna do that because i’m on my laptop???

Hi @larrycode1 !

Please write your code directly into the forum instead of screenshots.

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 (’).

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

Thank you so much @jwilkins.oboe, well the challenge is to nest the existing input element within the form element which i think i did correctly but it won’t take me to the next challenge…Please i’ve been stucked here since last night and i need help on this…

Ok cool.

In the future, make sure you are sharing the entire code and not just your answer.

It help us test the entire code on our end and debug issues if we can see the whole picture.

But looking at the challenge, your input is wrong.

The lesson input is this.

  <input type="text" placeholder="cat photo URL">

But yours is a little different.

Make sure you are using the correct input.

1 Like

Can you indictate where i made a mistake please because i seem not to understand what you talking about and you still didn’t answer my question yet

Well, I did answer your question. :grinning:

You think the issue is with the nesting.

You got the nesting part right.

The actual input tag is wrong.

You wrote this

That is incorrect.

The correct input is the one from the lesson that I showed. That is why you are failing the test.

make sense?

This is the existing input element i’m talking about and you said this is the correct one right??

Yep that’s it.

Look very carefully at the placeholder text.

Then look very carefully at what you wrote here

It is a small detail but it is enough to make you fail the test.
Fix that issue and it will pass

I’m confused and fed up with this challenge and i still can’t see anything

You said this input element is the right one and it’s the same thing i have here

You wrote lower case url here

But the correct input has uppercase url here

I know it is a small detail but the tests have been written to look for the exact text.

1 Like

Also, you only need to use the code formatting tool for writing code into the forum.

If you are just writing normal text, you can just type it out normally. :grinning:

Omg Thank you so much for that @jwilkins.oboe and coding is really crazy, just because my input url had a lower case, i thought i was the dumbest guy ever and that i could never get it :grin: :grin: …I passed this challenge immediately i added an upper case…Once again Thank you!!!

1 Like

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