Are there any free tools through which I can design beautiful HTML Forms?
+2
A:
I don't know of any tools, but there is a very nice basic article on A List Apart that might get you started.
Pekka
2009-12-27 10:05:53
+3
A:
Makes reasonably nice forms, will write all the HTML for you, make it easy to insert in your page, and even creates the validation js. If you just want to use it for the HTML code, its free - if you want to use them to host your forms and have any real amount of traffic its a paid service.
You get a certain amount of traffic even in the free version, I forget how much.
Erik
2009-12-27 10:08:18
+1
A:
Here is a quite recent article that details some of the HTML5 form features, along with making a nice looking form. http://24ways.org/2009/have-a-field-day-with-html5-forms
adamse
2009-12-27 10:09:40
The article is great but be aware that HTML5 is not fully supported yet by all browsers.
Pekka
2009-12-27 10:24:56
Thanks for the note.
RPK
2009-12-27 10:35:02
Pekka, what exactly is your point here? You can use the new HTML5 input field `type`s without any problem whatsoever in browsers who don’t support them — they’ll just render as ordinary input fields.
Mathias Bynens
2009-12-27 11:45:31
@Mathias, it's possibly worth pointing out, simply because expectation may, as with all things xhtml/css, be different from the rendered output. If the OP is new to (xhtml/css) forms, this may be an issue worth raising,
David Thomas
2009-12-27 22:58:51
A:
you can use uniform (jquery plugin) to stylize forms. here's the link - http://sp2.ro/5e1968
nks14
2009-12-28 01:26:29