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!
ReaZ
September 13, 2021, 1:25pm
2
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.
<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
ILM
September 13, 2021, 1:45pm
5
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
system
Closed
March 28, 2022, 11:07pm
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.