i can’t seem to get pass this stage.
Survey form</head>
<body>
<fieldset>
<h1 id="title">FreeCodeCamp Survey Form</h1>
<p id="description"> Thank you for taking the time to help us improve the platform </p>
</fieldset>
<form id="survey-form" method="post" action="https://survey-form.freecodecamp.rocks">
<label for="name"> Name:<input type="text" name="name" id="name" placeholder="Enter your Name" required></label>
<label for="email"> Email:<input type="email" name="email" id="email" placeholder="Enter your email" required></label>
<label for="Age"> Age (optional):<input type="number" name="Age" id="number" min="30" max="120" placeholder="age" required></label>
<fieldset
<label for="describes" >
Which option best describes your current role?
<select id="dropdown" name="describes">
Which option best describes your current role?
<option value="">select current role</option>
<option value="1">Student</option>
<option value="2">Full Time Job</option>
<option value="3">Full Time Learner</option>
<option value="4">Prefer not to say</option>
<option value="5">Other</option>
</select>
</label>
Would you recommend freecodecamp to a friend? Definitely Maybe Not sure
What is your favourite feature of freecodecamp?
What would you like to see improved? (check all that apply)
<label> <input type="checkbox" value="1">Front-end Projects </label>
<label> <input type="checkbox" value="2">Back-end Projects </label>
<label> <input type="checkbox" value="3">Data Visualization </label>
<label> <input type="checkbox" value="4"> Challenges </label>
<label> <input type="checkbox" value="5">Open Source Community </label>
<label> <input type="checkbox" value="6"> Gitter help rooms</label>
<label> <input type="checkbox" value="7"> Videos</label>
<label> <input type="checkbox" value="8"> City Meetups</label>
<label> <input type="checkbox" value="9">Wiki </label>
<label> <input type="checkbox" value="10"> Forum </label>
<label> <input type="checkbox" value="11">Additional Courses </label>
<br>
<label for="comments"> Any comments or suggestions?<textarea id="comments" name="comments" placeholder="Enter your comment here..." rows="3" cols="30"> Enter your comment here... </textarea></label>
</fieldset>
<input type="submit" id="submit" value="submit"/>
</form>
</body>
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203
Challenge: Survey Form - Build a Survey Form
Link to the challenge: