Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAakash Srivastav
Full Stack JavaScript Techdegree Student 11,638 PointsTreehouse techdegree #project 3 **Online Registration Form**
Here is the link to my project .
Link to codepen
Please provide suggestion to my project so that I can improve my project.
Suggestion appreciated. :)
2 Answers
Antti Lylander
9,686 PointsSome thoughts in random order:
- Full name should be replaced with separate fields for first and last name. You cant count on people writing it in the same order.
- I don't personally like how the field's form changes when selected. I'd keep it rounded when selected.
- What if your user is not from the States?
- 'Required' and 'Choose state' should be aligned on the same side
Happy coding!
Frans de Haan
6,315 PointsHey Aakash,
Nicely done, first I should suggest to make the radio buttons work. If I where you I should start with a simple site. For forums you need to code on the back-end to do something with it. So in my opinion you are a step to far. I'm curious about how you site wil look like, let me know.