Form not working

Step 35

The action attribute indicates where form data should be sent. For example, <form action="/submit-url"></form> 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 form element.

This is my code

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

      </form>

    </form>

But it is still not working for me.I need help.

you have two closing </form> tags.
This could be your issue, but if you could post the url to the step you’re on, i could give a better response.

1 Like

@xoxoKaralee saw the problem but if your test doesn’t run, try to disable all extensions like AdBlocker, and reload the page

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