Survey Form - Build a Survey Form

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

Your code so far

<!-- file: index.html -->
<h1 id="title">freeCodeCamp Survey Form</h1>
<p id="description">Thank you for taking the time to help us improve the platform</p>
<form #survey-form></form>
<fieldset>
<label for="name">Name: <input id="name" type="text" required
survey-form/></label>
<label>Email</label>
<label>Age(option)</label>
<label>Which option best describes your current role?</label>
<label>Would you recommend freeCodeCamp to a friend?</label>
<label>What is your favorite feature of freeCodeCamp?</label>
<label>What would you like to see improved? (Check all that apply)</label>
<label>Any comments or suggestions?</label>
  </fieldset>
  <form id="survey-form"></form>
  <input id="email"></input>
/* file: styles.css */
label {
  display: block;
  margin: 0.5rem 0;
}

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Can you please describe your issue?

Hello!

It looks like you have made a good start to your Survey Project.

If you require help, please post the full code using the Get Help on the Survey Project.

This will allow you to submit both your code and your questions at the same time.

Thank you!

Happy coding! :slight_smile:

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