I have seen several older posts on this very topic and nothing that was new and just needed to see what I am doing wrong. I keep getting the " Your form should have an action attribute which is set to the URL" error.
My coding thus far.
<form>
<input type="text" placeholder="cat photo URL">
form action="https://freecatphotoapp.com/submit-cat-photo"
</form>
For future challenges as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
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.