This is documentation for using the mailto.pl script from your World home page. If you're not familiar with how cgi scripts work in general, you'll want to look at the source of this page along with the rendered version (what you see in a web browser.) This is a minimal example that doesn't show any of HTML's special form features, it is intended to demonstrate the minimal requirements to get the mailto.pl script to work. If you're using the Wolrd shell account, can look at the source with:
world% more ~wexample/public_html/mail.sample.htmland/or you can copy of this page (to use as a basis for experimentation) to your public_html directory with the UNIX copy command, "cp":
world% cp ~wexample/public_html/mail.sample.html ~/public_html
If you're using Netscape, just choose "View" from the top menu; then "Source" from that dropdown to see the html source code of this page. Other browsers have similar features, contact World technical support if you can't find it in your browser.
Below are the four elements you need for the form to work at all. You can't see them on the rendered page, you have to view the source.
<input name="sub" type=hidden value="feedback from suvey.html">