| Web Form Creation For Use On Engineering's Web Server | |
| What can a form be used for? | |
| A web form is most commonly used to collect data over the internet. This could include surveys, request for information about a particular department, alumni relations, etc. That data can be stored in a database, sent via email to people interested in the data, or both. | |
| Benefits of Web Forms Hosted on Engineering's Web Server | |
| There are three main reasons to have your web form hosted on Engineering's Web Server |
|
| Why are there restrictions on web form creation? | |
| Today, it is very easy to build a web form using a
graphical interface such as Microsoft FrontPage and Netscape. These packages each create a web form a little bit
differently. Information Systems has created a utility program that reads a web form and generates the necessary database table and web script to gather the form data. This utility, for future compatiblity issues, needs to use certain conventions in order for it to work properly. Listed below are some restrictions and guidelines in designing a web form for use on Engineering's Web Server. To view a quick tutorial on the different web form tags, please click here. |
|
| Getting the Form Up And Running | |
|
Once you have looked over the following restrictions and guidelines, and you are confident
your form meets the specifications, you are now ready to have it posted on the web. All you need to do is
email the Webmaster with the URL of your form and a description
of how you want the data returned to you (via email, in a database table, or both). You will be notified by one
of the Webmasters when your form has been tested and is ready for use.
If you want your data stored on Engineering's Data Warehouse, you will be given the necessary tools to access the data from any ODBC compliant program. If you do not know if you have those tools installed on your machine, please contact either Walt Beatty or Shan Karimushan . |
|
| Form Restrictions | |
<input type="text" name="text1" size="10" maxlength="10">
DO NOT USE AN APOSTROPHE IN ANY OF THE TAG PROPERTIES.
For example: You have a form with: |
|
| Form Guidelines | |
Please rate the effectiveness of the lecture: |
|
| Each of the five radio buttons have the same name (R1) since only one value will be selected. | |
To view an example form that meets the criteria specified on this page, please click here. Make sure to view the source code!