Create a Form Element - I'm stuck!

Tell us what’s happening:
Describe your issue in detail here.

I think I have the answer to this quiz but what ever I try it does not work for me.
Tried it on google chrome, internet explorer. What am I doing wrong?
Please help because I would like to continue with the course.

   **Your code so far**
<form action="/https://www.freecatphotoapp.com/submit-cat-photo"><input type="text"  placeholder="cat photo URL">
</form>

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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).


If you have a question about a specific challenge 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.

Thank you.

You have a / in front of the URL in the action attribute value.

I have tried it without, and that also didn’t work… :rofl:
It’s very annoying getting stuck because I can’t continue now…

Any other ideas what it could be and make it work? Appreciate the help btw

please post your whole code with the latest changes and a link to the challenge so we can take a look

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