hi everyone. I’ve just completed the Survey Form challenge - https://codepen.io/Dand80/full/BbWzZQ - it’s basic but was wondering what you guys think?
looks Good .
Good try man
Cheers, thanks Gunjan!
Hi, good work on the form and it looks well on monitor and mobile
Code was easy to follow too.
I have a tip about using Codepen for these projects. Everything that would normally go in the head section doesn’t actually go in to HTML editor when you use Codepen. Instead go to Settings > HTML > and you will see Stuff for head . You don’t need to declare body tags either, think of the HTML editor as being the body of the HTML page. Hope that made sense.
In case you also have the code someplace else than Codepen you have a typo in the closing html tag.
Otherwise from a usability point of view for the radio buttons and check buttons sections it would be nice to be able to select the option by clicking on the label as well as on the checkbox/radiobutton itself.
Overall, well done
Looks good and works well!