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.
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.
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