the university of texas at austin
GRADUATE SCHOOL OF LIBRARY & INFORMATION SCIENCE

Project #3.

Visitors to your site may wish to comment on your work, or they may wish to send you additional information for you to include in your pages. You will design and implement a simple feedback form that will allow visitors to enter their comments. The form will be processed by a cgi program (as described in class) that you will invoke. All comments will arrive to your email account. See an example here.

First, you should start a normal html file. In your section, create a <form> tag that invokes the following cgi script: http://www.nortropic.com/cgi-gpasch/lisfback.pl. You can see the PERL script here, and a sample form that uses this script is here.

Then, design a form that includes all of the following fields:

If you wish, you may also prompt them for these fields:

Remember to add a link from this form page to your homepage. Give your form file a name like "fbform.html" or "feedback.htm". When you are done, upload your feedback form. Finally, add a link from your index.htm or index.html page to point to the feedback form.
If you're feeling adventurous, try (for fun) the alternative method explained here. Let me know if it worked ;-)
Week 3 page