Tell us what’s happening:
I thought I followed the instructions and what the example showed, but it says "form should have an action attribute which is set to https://freecatphotoapp.com/submit-cat-photo" is not completed.
Help?
Your code so far
<form action="/https://freecatphotoap.com/submit-cat-photo"><input type="text" placeholder="cat photo URL"></form>
Challenge: Create a Form Element
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
Hello and welcome to the freeCodeCamp community~!
You should not have the leading / for an action attribute with a full URL.
I got rid of the / and it still says its not right.
And now I did the same thing I’ve tried multiple times before and its right.
Can you share your current code? There is another typo in your last example: ap.com is not the same as app.com
system
Closed
July 17, 2021, 8:24am
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.