Click the ‘Reset All Code’ button to start the challenge over fresh.
The only thing you want to do is put opening/closing form tags around the existing input (this is what nest means) and then add the URL given in the instructions as the value of the action attribute on the form.
So did you leave the existing <input>exactly the way it is? Do not change one thing about the existing <input>. All you are doing is putting opening/closing form tags around it.
If you still feel you are doing it correctly then you will have to paste your new HTML in here so we can see it.
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.
Again, start over fresh with the ‘Reset All Code’ button.
I cannot stress the following enough Do not change any of the existing HTML. You are only adding the beginning/closing form tags around the existing input element.
Your closing form tag is fine. Now make sure the opening form tag is correct.
I think there might be some miscommunication here Just to be clear, I haven’t given you any code to copy/paste. The only things I have given you are these instructions:
Click the “Reset All Code” button to start over.
Do not change any of the existing HTML.
Only add the opening/closing form tags around the existing input and set the action attribute on the opening form tag to the URL specified in the instructions.
That’s it. That’s all you need to do to pass this challenge.
Now I did paste in the example HTML from the instructions earlier, but that is just an example, not the answer. You should use that as an example of how to do the last step above. And if you want to copy/paste the form tags from that example into the challenge code that is fine, but you have to change the action attribute to what is requested in the instructions.
‘Nest the existing input element inside a form element and assign "[https://freecatphotoapp.com/submit-cat-photo](https://freecatphotoapp.com/submit-cat-photo)" to the action attribute of the form element.’
The code I entered is
flea treatment
thunder
other cats
And the error it is showing is
'Your form should have an action attribute which is set to [https://freecatphotoapp.com/submit-cat-photo](https://freecatphotoapp.com/submit-cat-photo)'