<form>
<form action="/submit-https://freecatphotoapp.com/submit-cat-photo" method="get">
</form>
action requires a valid url, remove the /submit-
from the start of the url
Also Remove extra form opening tag and method get from your code.
@shingorashaban
Hello.
Read carefully the instructions:
- Add an
action
attribute with the valuehttps://freecatphotoapp.com/submit-cat-photo
to theform
element.
You don´t need /submit-
at the start. It was an example.
Also, you don´t need method
in this step.
Check your code.
Greets.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.