logo.gif (1980 bytes)

 Making HTML Forms Work

Sign up now for a FREE Trial!
You'll be processing forms almost instantly!
    Home  |   Sign up  |  About FormBreeze  |  Demo   | Contact

Getting HTML forms to work requires more than just HTML code

By now, you probably have some experience designing web pages. You know that you can use any HTML editor, or a variety of other tools to create web pages. Publishing is simply a matter of uploading the page to the right place on your webserver. Just upload and it works!

Unfortunately, once you start working with HTML forms, things are not so simple. You can, of course, design forms using any HTML editor. But you can't make it do anything with HTML. 

If you design a great looking form and then upload it to your website, you'll find that when you fill out the form and click the submit button...nothing at all happens!   

In order to get a form working, it is not enough to just design the form itself in HTML. You also have to create an HTML form handler. A form handler is a program that runs on the webserver. The form handler takes the information entered in the HTML form by the user and does something with it .

What it does depends on the nature and complexity of the HTML form.  For a simple contact form, the form handler might do nothing except send the the information entered to an email address. (Contact forms are often used to hide the recipient's email address, since including it on the website usually results in tons of spam). For a more sophisticated application, the form handler might be a highly complex program with ties in with databases and performs a variety of functions.

The form handler program is NOT part of the HTML, it is a separate program which must be installed on your webserver. The location of the form hander is specified in the HTML form tag. It looks something like this:

<form name="forms" action="http://www.mysite.com/cgi-bin/myhandler.cgi">

The red text above shows the location of the form handler.  This program must be installed and set up on your server.

So how do I get an HTML form hander working?

To get a form handler working for your forms, you basically have three choices:

1. You can find and use and existing form handler script. There are a variety of these available. You will need to edit/setup the script, upload it to your webserver and then set the proper permissions so it will execute as a program. Aside from the fact that they can be hard to set up, the drawbacks to these scripts is that they have only the most minimal function (usually they can only send the HTML form results to an email address), and they are often poorly written and unsecure--opening your website to possible abuse and exposing your email address to spammers.

2. You can hire someone to design and install a custom form handler for you. This solution has the advantage that you can create a form handler to do exactly what you want. For example, you would be able to go beyond just emailing the submission results to the webmaster and perhaps save the data in a file on the webserver for later retrieval, send an automatic confirmation or "thank you" reply to the person who filled out the form, etc. This is the solution employed by most large businesses and organizations that want to insure their website operates in a highly professional and efficient way. The drawback to this solution for smaller businesses and organizations is, of course, the high cost and time associated with finding and hiring a qualified programmer.

3. You can use a remote form handling service, like FormBreeze . A remote service has the advantage that you do not have to worry about writing, installing or setting up a form handler program, because the program runs on a remote server. Someone else takes care of the technical details for you. A second important advantage of a high quality service like FormBreeze is that you can get many of the features and professional appearance that would otherwise only be available from hiring a programmer to create a custom form hander for you.

FormBreeze offers a unique combination of power and ease of use because it offers a control panel. To control the way your forms work, you simply log into your control panel using your user name and password, you can then specify exactly how your want your forms to work, see statistics, download all the data users have entered in your forms and much more.

Here are some of the features available in the FormBreeze service:

  • No limitations. Works with any form.
  • Checks the information entered to make sure it is correctly formatted.
  • Emails submission results to you.
  • Collects data for later download in HTML, tab-delimited text or csv formats.
  • Sends personalized autoresponder messages back to the visitor (for example, you can address your visitor by the name he or she enters in your form).
  • New! Can send a second, personalized "follow-up" email to the visitor at a later date. This is a powerful way to maintain visibility and turn prospects into customers!
  • Integrates with mailing list software so you an build lists automatically. Includes "Opt-in" support.
  • No programming. No editing HTML. No scripts. No configuration or software installation.
  • Completely professional appearance. No ads. No links to us.  FormBreeze works in the background to process your forms.
  • Secure from spammers. Your email address never appears on your web pages (even in hidden locations).

Sign up for a Free Trial Now

Click here to sign up for a free trial now!



  Copyright (c) FormBreeze.com, 2006

This page created with PageBreeze Free HTML Editor