| Name | Description | |
| catalog-cgi.html | Kite Catalog (source code) | |
| catalog.cgi | Kite Catalog (example) | |
| order-cgi.html | Kite Catalog Order Form (source code) | |
| order2-cgi.html | Kite Catalog Order Form, Step 2 (source code) |
order2.cgi - page 130, where the following line occurs:
if ($FORM{email} =~ /\@/) {
should be:
if ($FORM{email} !~ /\@/) {
Accepting payments online with Paypal: