Mobile app version of vmapp.org
Login or Join
Goswami567

: Is there a good resource for beautiful HTML forms? I am looking for some resources to design visually pleasing HTML forms. I can write the CSS, so even examples would be great. Any recommendations?

@Goswami567

Posted in: #Forms #WebsiteDesign

I am looking for some resources to design visually pleasing HTML forms. I can write the CSS, so even examples would be great.

Any recommendations?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami567

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cooney243

This might give you an idea:
www.smashingmagazine.com/2008/04/17/web-form-design-modern-solutions-and-creative-ideas/
There are few things to consider when re-designing form elements:

You need figure out if all of your form elements can truly be modified by CSS only. Some form elements can't be designed/changed (file browse element for example). You are pretty much stuck with browser default look/feel if your form has file browse input.

There are plenty of alternative methods to style form elements by using JavaScript plug-ins:

Though I would avoid relying on JS to re-style forms. Mainly because browser compatibility is always going to be problem.

I am not allowed to post more links but search Smashing Magazine with keywords 'form design' you get plenty of links.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme