Form project v0.2

Hi remade the form that I did 2-3 weeks ago.

This is my OLD form

And this is my NEW Form

All feedback appreciated. I think I’m improving still lots and lots of work to do, but I’m really proud of the new one, learned a bunch about CSS doing it! :smile:

2 Likes

nice job! :smile:

  • In the textarea, there are a bunch of tabs in it by default :wink:
  • On the checkboxes, all the labels’ for attribute should correspond with the correct checkbox. Same with the radio buttons.
  • What about a new font? (You can browse for fonts on fonts.google.com, by the way)

This is looking awesome! But I think changing the font to a sans-serif one will make it look a lot better :smiley:

Yeah i’m taking a break for a bit will get back to it :smiley:

Any ideas of the defaults that are most of the time removed on text-area?

And yep was thinking about switching up fonts as well :slight_smile:

Hi @teinted123, I didn’t look at the old one, one the new. Some things you may want to revisit;

  • make it so users can click on the labels, not just the radio button and/or check box
  • it’s a nit but you really don’t need punctuation after the radio button choices
  • you have duplicates…click on the label ‘couch’, click on the label ‘doggy spot’ and watch what happens with the checkboxes
1 Like

Put the closing textarea tag on the same line, and with no whitespace :wink: