I mentioned this program in a reply to another topic but then I thought it would be a good idea to post about it here too.
I've tried out a few form creators, but this 1 is by far the best I've seen... AND IT'S FREE!
http://webformdesigner.com
It's WYSIWYG with just about every type of input field you could ever want - single line, text area, drop-down, option lists with scrolling, radio/check boxes. You can specify the colours, font size and attribute (the 1 limitation is that it only has Ariel font available; but that can easily be changed by manually altering the form code). It even does data validation for you (e.g. numeric, alpha, and even ensures email addresses are entered in a correct format)
You can specify your own form handler, or let the designer's site send the input to you by email.
The form is built in Javascript so $_POST & $_GET variables are there.
Check this program out. I promise you, you'll love it.
I've tried out a few form creators, but this 1 is by far the best I've seen... AND IT'S FREE!
http://webformdesigner.com
It's WYSIWYG with just about every type of input field you could ever want - single line, text area, drop-down, option lists with scrolling, radio/check boxes. You can specify the colours, font size and attribute (the 1 limitation is that it only has Ariel font available; but that can easily be changed by manually altering the form code). It even does data validation for you (e.g. numeric, alpha, and even ensures email addresses are entered in a correct format)
You can specify your own form handler, or let the designer's site send the input to you by email.
The form is built in Javascript so $_POST & $_GET variables are there.
Check this program out. I promise you, you'll love it.
