tags:

views:

219

answers:

5

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
+3  A: 

http://wufoo.com/

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
+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
The article is great but be aware that HTML5 is not fully supported yet by all browsers.
Pekka
Thanks for the note.
RPK
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
@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
+2  A: 

Hey guys, I found one simple tool. It works and is free.

http://www.phpform.org/

RPK
A: 

you can use uniform (jquery plugin) to stylize forms. here's the link - http://sp2.ro/5e1968

nks14