User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36 Edg/84.0.522.61.
If you could please gives us the code that you have at the moment it would be easier for us to see what the problem might be and try to relax, sometimes you need to take a break to think and see things clearly.
This is the task: Nest your text field inside a form element, and add the action="https://freecatphotoapp.com/submit-cat-photo" attribute to the form element.
Thanks
Yeah that’s what I meant, but I can tell you that what you need to do is put the Input (which type is text) inside a form tag, like this:
< form >
< input >
< /form >
Then you need to put the attribute (which they already give you, you just need to copy and paste) in the form tag, like this:
< form attribute >
< input >
< /form >
And this should work, I hope it helps you, if you have any other question let me know, and don’t give up, I know it is difficult at first but if you keep going and keep practicing you’ll soon learn a lot of things
I don’t know what i am doing wrong but i still can’t run the program yet.
This is what i am doing so far, i don’t know if it could help to see where i am getting something wrong.
and this is the task: Nest your text field inside a form element, and add the action="https://freecatphotoapp.com/submit-cat-photo" attribute to the form element.
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.
I think the problem is the url for the action, it seems like you only have “/submit-cat-photo” when it should be “https://freecatphotoapp.com/submit-cat-photo”, try changing that and see if it works