Forms example

A Form Example

This is a simple example of forms used for mailing subscription requests for CIS-L to me. It does not uses a CGI to process the form, for security reasons. (Do not use this form example to subscribe to CIS-L, for it will NOT work).


You can see here how the form looks like. The HTML code is shown below.


<HTML>
<HEADER>
<TITLE>Subscribe CIS-L</TITLE>
</HEADER>
<body >
<H2><IMG ALIGN=top SRC="whitebal.gif"> Subscribe here to CIS-L</H2><HR>
Please provide your full name, e-mail address and affiliation (the place you work for, or are a student at).
<FORM METHOD=POST ACTION="mailto:abentol@ubmail.ubalt.edu">
<P>
Please, enter your name:
<INPUT TYPE= "text" NAME="name" SIZE= 45>
<P>
and your e-mail address:
<INPUT TYPE= "text" NAME="addr" SIZE= 45>
<P>
Please enter the organization you are affiliated with:
<INPUT TYPE= "text" NAME="org" SIZE= 70>
<P>
Please select one of the following if you are a student:
<P>
<INPUT TYPE="radio" NAME="stud" VALUE="Undergraduate">Undergraduate
<INPUT TYPE="radio" NAME="stud" VALUE="MBAMSstudent">MBA or MS student
<INPUT TYPE="radio" NAME="stud" VALUE="Ph.D.student">Ph.D. student
<P>
<INPUT TYPE="submit" VALUE="Subscribe"> <INPUT TYPE="reset" VALUE="Start again">
<P>
Thanks for subscribing, and welcome to CIS-L!
<HR>
</FORM><BODY><HTML>


This page is maintained by Al Bento who can be reached at abento@ubmail.ubalt.edu. This page was last updated on March 20, 2000. Although we will attempt to keep this information accurate, we can not guarantee the accuracy of the information provided.