Build a Hotel Feedback Form - Step 6form action issue hotel feedback form

Tell us what’s happening:

hi, trying to do the hotel feedback form. not liking my method attribute. and typed it up correct. not sure why it is falling over. so will paste the error message and my code. so what am i doing wrong.
sorry, yes did research and also reset the lesson two or three times. not passing.
so what stupid thing am i doing wrong?
why is it not passing.
can any one shed some light.
marvin.

Your form element should have a method attribute set to “POST”.
<!

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Hotel Feedback Form</title>
  </head>
  <body>
    <header>
      <h1>Hotel Feedback Form</h1>
      <p>
        Thank you for staying with us. Please provide feedback on your recent
        stay.
      </p>
    </header>
    <main>

<!-- User Editable Region -->

<form action="https://hotel-feedback.freecodecamp.org" method="post">
    </form>      

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Hotel Feedback Form - Step 6
https://www.freecodecamp.org/learn/full-stack-developer/workshop-hotel-feedback-form/step-6hi, okay says my form action needs a method attribute which i have. but still not passping. yes, reset the lesson, typed up the correct code and says i need a method set to post whihc i have. why is it not passing. what stupid thing not doing correct. tried about 4 times in the editor.
so can any one shed any light and help me to get it to pass.
marvin.

</form>

,

hi and heres the error message. perplexed and a bit frustrated.
marvin.
Your form element should have a method attribute set to "POST" .

try all uppercase, the text given to use as method attribute value is all uppercase

hi tried METHOD all caps. did not fix it. still asking about method. so does the full form action and method tag and the quotes are they all upper case. or just action and method. still complaining about the method which have set to post. so how to fix.
marvin.

Please share your updated code, thanks

no, the attribute was fine, it was the value given to the attribute to try all caps, as they want you to use the value of POST (all caps)

do not confuse the attribute name and the attribute value with each other

cooperative on this forum so trying again. pasting the code.
Name required>

hi heres the code. jaws is being not very cooerative hi heres the code for the label. help?
Name required>

..

hi. going to type the code.
sorry.
Name: required>

please help

Make sure your label is structured correctly too.
<label for="name" required>Visible text to user goes here including the (required) prompt</label>

Notice how the “required” parameter is inside the angle brackets of the first tag.

hi. still not working. can some one show me the exact code how to get this to work. totally confused. totally blind and using a screen reader. not liking the text name and do i do the required> inside the </label tag. totally confused. and reset the lesson a few times. so pasting the error and my code below.
so want to get this to pass. but doing something stupid or dumb or not getting it or not able to see.
totally frustrated.
just show me how to write the correct code.
Your label element should have the text of Name (required): .Name: required