Cant move on to next page

Hello!

im stuck on page “create a form element”

My solving is

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

</form>

but it still tells me -your form should have an action attribute which is set to https://www.freecatphotoapp.com/submit-cat-photo .

so i cannot move on

Could you please help me?

Thanks!

My solving is <input type="text"placeholder=“cat photo URL”>

i think you missing action attribute

1 Like

The action attribute is where the data in the form is submitted. It must be defined. :slightly_smiling_face:

<form action="https://www.freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="">
</form>
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 (’).

2 Likes

can you please provide all your code and the link to the challenge? it’s difficult to say what’s wrong without more infos

1 Like

thank you all so much!

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