Build a Survey Form Project - Build a Survey Form

Tell us what’s happening:

Your code so far

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.


  <body>
    <h1 id="title"> freeCodeCamp Survey Form </h1>
    <p Id="description">Thank you for taking the time to help us improve the platform </p>
   <form Id="survey-form">
       <label for="name">Enter Your Name: <input type="text" Id="name" placeholder="Enter Your Name"/></label>
       <label for="email">Enter Your Email: <input type="email" Id="email" placeholder="Enter Email"/></label>
       <label for="age

Your mobile information:

Infinix X650B - Android 9 - Android SDK 28

Challenge: Build a Survey Form Project - Build a Survey Form

Link to the challenge:

Hi!

Please tell us what the problem is in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Happy coding!