Struggling with how to create a form challenge

please help me i am stuck my code is

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

but its not working

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

this code is not working

https://freecatphotoapp.com/submit-cat-photo
attribute your forms action to this code
you can copy it and past it to attribute then you are gone

<form action="https://freecatphotoapp.com/submit-cat-photo"> <input type="text" place holder=cat photo URL"> </form> 
    this is my code but its still not working

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

1 Like

I have moved you post to a new topic.

The problem is here

You were not supposed to touch the input.

Reset the lesson and do not touch the input.

Please write your code in the forum and not use screenshots.

You are using the correct input but the instructions say to nest the form around the existing input.
Not create a duplicate input.

You are supposed to create the form around the input that was already there.
Not move it up.

The form should start right after the ordered list at the bottom.

Make sense?

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