Wells-it.com - Web Hosting

Form in html

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 3 posts

Joined: Jun 2007

I made html form in dreamweaver8, and I dont know , how to put on server.
I know only I must to find some form-handler and save in cgi folder on server, but what and where.

He has: 343 posts

Joined: May 2007

The answer depends on what you want your form to do. There are lots of server scripts out there to handle all kinds of forms. I suggest you google for the kind of action you want. "script to send email from contact form" for example.

Cordially, David
--
"Old web developers don't die, they degrade gracefully..."

teammatt3's picture
Moderator

He has: 1,912 posts

Joined: Sep 2003

Do you have PHP on your server? If you do, you might want to check this out. It's a form processor wizard generator thing, a really good one IMO. I used it for a while and then learned PHP for myself.

He has: 343 posts

Joined: May 2007

The PHP solution teammatt3 suggests looks like a good one.

If you don't want to mess with PHP on your server, but are willing to use a different server for the form, there's a solution from wufoo.com.

I just came across this. It gives you valid XHTML and CSS as well, so it's a complete solution. Checking a couple of samples, I noticed it has anti-spam techniques, too.

Free for non-commercial use. The commercial version costs, but includes money transaction processing (if you need it).

Cordially, David
--
"Old web developers don't die, they degrade gracefully..."