![]() |
Web Form Processing Scripts |
Sign up now
for a FREE Trial! You'll be processing forms almost instantly! |
| Home | Sign up | About FormBreeze | Demo | Contact |
Web form processing requires more than HTMLBy 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 a form processing script or form processor. A form procesor is a program that runs on the webserver. The form processing script takes the information entered in the form by the user and does something with it . What it does depends on the nature and complexity of the web form. For a simple contact form, the form processing script 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 processor 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 processing script. This program must be installed and set up on your server. So how do I get web form processing scripts working?To get a form handler working for your forms, you basically have three choices: 1. You can find and use and existing web form processing 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, there are a number of important drawbacks to these scripts:
3. You can use a remote form processing service, like FormBreeze . A remote service has the advantage that you do not have to worry about writing, installing or setting up a form processor 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:
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