Building a cat photo step 36

Hi, I know this is stupid but I’ve been trying to input this code for the longest time and it just won’t go through. I’ve changed it, watched tutorials and even though I put exactly like other people, mine won’t work. Help :slight_smile:

This is the prompt:

The action attribute indicates where form data should be sent.

Here is an example of a form element with an action attribute:

<form action="/submit-url"></form>

In the example, action="/submit-url" tells the browser that the form data should be sent to the path /submit-url.

Add an action attribute with the value https://freecatphotoapp.com/submit-cat-photo to the formelement.

Thank you!

hello and welcome to the forum.

In the step, you will see a button for asking for help that makes it easy to post a question on this forum. It will include a link to the step (for our convenience) and it will include a field for asking questions. I encourage you to use it next time so it can also package the code into the forum post for you (or give you an area to post it).

For now, please copy all the code you have in this step and paste it here in your response. Make sure to place it in between two lines of 3 backticks similar to below:
```
code in the middle of the backticks
```

Or use the code formatting button in the forum to make sure it is in a readable form.
Once we see your code, in full, we can help you identify next steps to take.

Thank you!! Here’s what I have:

<form action='https://freecatphotoapp.com/submit-cat-photo'>
         </form>

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

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