Could someone please explain how to get past this initial form action problem? I don’t feel like it’s explained properly at all. If this is the only example:
(form action="/submit-url"></form)
and we’re given a url,
then shouldn’t the code look like this:
form action="https://www.freecatphotoapp.com/submit-cat-photo"
I’ve edited your code 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 (').
please post a link to the challenge.
I believe the hint should be telling you exactly what value to use for the action attribute.