Yale University Library

 

Library Access Integration Services

Quick Links
Sample WWW Form Template

<html>
<head>
</head>
<body>
<h3>Sample Cgiemail Form</h3>
<hr/>
<form method ="post" action="http://www.library.yale.edu/cgi-bin/cgiemail/~ouellet/resp.txt">
Name:
<input type="text" name="nameofsender"/>
<p>
Email address:
<input type="text" name="email"/></p>
<p>
Yale ID#:
<input type="text" name="id"/></p>
<p>
Your Department:
<input type="radio" name="department" value="CIRC"/>Circulation
<input type="radio" name="department" value="CATALOG"/>Catalog Depatrment
<input type="radio" name="department" value="ACQUISITIONS"/>Acquisitions Department </p>
<p>
Are you Full Time or Part Time <br/>
Full Time <input type="checkbox" name="fullpart" value="Full Time"/>
Part Time <input type="checkbox" name="fullpart" value="Part TIme"/></p>
<p>
Enter a comment, suggestion, or inquiry in the box below</p>
<textarea name="comment" rows="5" cols="50">
</textarea>
<hr/>
<input type="hidden" name="success" value="comp.html"/>
<input type="submit" value="SEND"/>
<input type="reset" value="CLEAR"/>
<hr/>
</form>
</body>
</html>