Survey Form - Build a Survey Form

button is not appearing ,some tests are not passing

Your code so far

freeCodeCamp Survey Form

Thank you for taking the time to help us improve the platform

Name
Email
Age
Which option best describes your current role?
Would you recommend freeCodeCamp to a friend?
 <div>
      <label>  
      <input type="radio" name="name" value="opinion"/>Definitely
      </label>
  </div>
  <div>
    <label>
    <input type="radio" name="name"/value="opinion">Maybe
    </label>
  </div>

  <div>
    <label>
    <input type="radio" name="name"/value="opinion">Not sure
    </label>
 </div>
What is your favorite feature of freeCodeCamp?
What would you like to see improved?
 <div>
      <label>  
      <input type="checkbox" name="improvements" value="name"/>Front-end Projects
      </label>
  </div>
  <div>
    <label>
    <input type="checkbox" name="improvements" value="name"/>Back-end Projects
    </label>
  </div>

  <div>
    <label>
    <input type="checkbox" name="name" value="name"/>Data Visualization
    </label>
 </div>

 <div>
    <label>
    <input type="checkbox" name="name" value="name"/>Challenges
    </label>
 </div>

 <div>
    <label>
    <input type="checkbox" name="improvements" value="name" />Open Source Community
    </label>
 </div>

 <div>
    <label>
    <input type="checkbox" name="improvements" value="name"/>Gitter help rooms
    </label>
 </div>

 <div>
    <label>
    <input type="checkbox" name="improvements" value="name"/>Videos
    </label>
 </div>

 
 <div>
    <label>
    <input type="checkbox" name="improvements" value="name"/>City Meetups
    </label>
 </div>

 
 <div>
    <label>
    <input type="checkbox" name="improvements" value="name"/>Wiki
    </label>
 </div>

 
 <div>
    <label>
    <input type="checkbox" name="improvements" value="name"/>Forum
    </label>
 </div>

 
 <div>
    <label>
    <input type="checkbox" name="improvements" value="name" />Additional Courses
    </label>
 </div>

Any comments or suggestions?


Enter your comment here…

<button type="submit"id=“submit”>Submit

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/111.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Welcome to our community!

Use the </> button in your editor to format code properly.
Post the entire html and css code here.

1 Like

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