OSUWeb.net: Web services for the OSU community (Text-Only Site)


Sign up | Support | FAQs | Webpage Creation | Downloads | CGI Scripts | Graphics Site | Home


CGI SCRIPTS

Response Forms

Below is the HTML for a simple response form that will work with our FormMail program. Simply copy the text below, and paste it as a text file, then save it as NAMEOFFILE.html. Use your FTP program to copy the file into your OSUWeb.net directory, then click here to send a form requesting that the permissions on your form be changed so that it can be used.

A couple of the elements of the form should be changed before you transfer them. They are highlighted below in red.

There are many elements of this form that can be modified. Some of them are highlighted below in purple. If you are interested in making more modifications to this form, visit the README file for this form at Matt's Script Archive.

Of course, you can also add your own background and other graphics to your response form. Visit the HTML editors and tutorials sections of our download pages if you are not familiar with how to do this.

======================================================================================

<html>
   <head>
   <title>PLACE THE TITLE OF YOUR PAGE HERE</TITLE>
   </head>
<body bgcolor="#FFFFFF" text="#000000"    link="#0000FF" vlink="#000099"    alink="#FFFF00">
<form method="POST" action "http://www.osuweb.net/cgi-bin/FormMail.pl">    <input type=hidden name="recipient" value="PUT    YOUR E-MAIL ADDRESS HERE"> 
   <input type=hidden name="subject" value="Response    to Mail Form">
   <table width="75%" border="0" cellspacing="0"    cellpadding="8" align="center>
   <tr>
   <td width="25%" valign="top">
   <input type="text" name="realname" size="45"    maxlength="50">
   </td>
   </tr>
   <td valign="top">
   <input type="text" name="email" size="45" maxlength="50">
   </td>
   </tr>
   <tr>
   <td valign="top">
   <input type="text" name="website" size="45"    maxlength="50">
   </td>
   </tr>
   <tr>
   <td valign="top">
   <textarea name="comments" cols="45" rows="10">
   </textarea>
   </td>
   </tr>
   <tr>
   <td valign="top">
   <input type="reset" name="Reset" value="Reset">
   </td>
   </td valign="top">
   <input type="submit" name="Submit" value="Submit">
   </td>
   </tr>
   </table>
   </form>
   </body>
   </html> 

======================================================================


Support
Email: osuweb@osu.edu; 688-HELP (4357); Automated Support: 688-HELP (4357)

osuweb.net is an offering from UNITS, the telecommunications department of The Ohio State University. These pages are maintained by webmaster@units.ohio-state.edu.