Uniform Script

From Campus Web Server Help

Jump to: navigation, search

You can use the program uniform.sh to have forms information mailed back to a specified address.

To learn how to use uniform, use your Web browser to view the source for the form Example Using Uniform. Read the comments (the several lines between ). Please note that the ACTION in the FORM tag should be set to use uniform.sh as follows:

<FORM METHOD=post ACTION="/cgi-bin/uniform.sh">

To use the program on www.uga.edu. This ACTION assumes that your pages are on www.uga.edu. If your website is elsewhere (on another WWW server at UGA), use an absolute URL for the ACTION:

<FORM METHOD=post ACTION="http://www.uga.edu/cgi-bin/uniform.sh">
Views