Survey Form - Build a Survey Form

Tell us what’s happening:
Every radio button group should have at least 2 radio buttons. this is what I need help with my code has everything else checked.
I also have extra code but not sure how to clean it up and also I don’t know how to add a background image is not working

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.

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

 Would you recommend freeCodeCamp to a friend?

Definitely
Maybe Not sure
What is your favorite feature of freeCodeCamp?

This is how you can paste your code in your messages.

     Would you recommend freeCodeCamp to a friend?

<label for="definitely"><input id="definitely" type="radio" name="definitely-maybe-notsure" class="inline" value="1"
checked/> Definitely</label>
        <label for="maybe"><input id="maybe" type="radio" name="definitely-maybe-notsure" class="inline" value="2"/> Maybe</label><label for="not sure"><input id="not sure" type="radio" name="definitely-maybe-notsure" class="inline"
value="3" /> Not sure</label>
 <label for="feature">What is your favorite feature of freeCodeCamp?
          <select id="feature" name="feature">
            <option value="">Select an option</option>
            <option value="1">Challenges</option>
            <option value="2">Projects</option>
            <option value="3">Community</option>
            <option value="4">Open Source</option>
<label><label for="delete" name="delete">
<input>
        </label>
        </label>
What would you like to see improved? (Check all that apply)
<label for="front-end projects" name="front-end projects">
          <input id="front-end projects" type="checkbox"  name="front-end projects" class="inline" value="1"/> Front-end Projects
        </label>
        <label for="back-end projects" name="back-end projects">

This code passes the test Every radio button group should have at least 2 radio buttons. In my browser. Maybe try running your code in some other browser or incognito mode.

I figured it out and passed but I need help learning to clean the code a bit and it wasn’t perfect. I did it in about 1 hour and a half to 2 hours the project

how can I screenshot or send you the full code to see the website I built?

@Alessandro1 You can paste your whole code in this way.

my warning was for the code being too long. so I need to find another way.`

Registration Form

freeCodeCamp Survey Form

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

Name Email Age (optional) Which option best describes your current role? Would you recommend freeCodeCamp to a friend?

Definitely
Maybe Not sure
What is your favorite feature of freeCodeCamp?

is there another way? please I want to get better and improve my coding skills I am new.

You can use this website for sharing code https://codeshare.io/

https://codeshare.io/eVrd6J

I will wait for your feedback tomorrow

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