Element problem

Tell us what’s happening:
I am trying to complete this task but checked everywhere it is just not working, what can I do to move forward? I have even tried on different browsers - safari, firefox and chrome

<form action="/submit-cat-photo"

the link to the challenge: https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-form-element

Hi @pattanyshreena

You have to add whole address in your ‘action’ attribute.

action="https://freecatphotoapp.com/submit-cat-photo"

Hey @pattanyshreena!
Welcome to the FCC forum!

Can you post your full code?
and as @junaidshaikh_js said please change it.

1 Like

You need to have a link that they ask you to have in the task in the place of /submit-cat-photo + you need to close form element. Look at the example

Screenshot 2020-11-26 at 21.19.26

I have done this and still not working! what do i do!?

please post your code instead of a screenshot

but I see you have a type, you are missing a >

1 Like
 <form action="https://freecatphotoapp.com/submit-cat-photo"


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


  </form>

this is what i have put…can u please correct me as i have been trying for over a week to complete this task

There is a > missing at the end

1 Like

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

Thank you sooooo much jwilkins.oboe - it really means a lot!! i am learning! :grinning:

1 Like