input type=hidden...

by "Roger Harness" <magic32(at)jps.net>

 Date:  Mon, 21 Jan 2002 23:22:34 -0800
 To:  <hwg-techniques(at)mail.hwg.org>
 In-Reply-To: 
  todo: View Thread, Original
quick question.

I'm working on an email cgi form. Everything works great, including a hidden
field (to), and all my other fields also work fine. The only problem i have
is a hidden field called tenant.

I have:
<input type="hidden" name="tenant" value="teriyaki_works"> in my form.

But i can't get this to show up in my mail, using my cgi script. (using
$formdata{tenant}; )

print MAIL "tenant: $tenant\n";
print MAIL "first name: $fname\n";
print MAIL "last name: $lname\n";
print MAIL "email: $from\n";
print MAIL "phone: $phone\n";
print MAIL "message :$message\n";

again, everything else works great! just can't get tenant to show. can you
not get hidden fields to show up normally??

this question make sense??

Anyways, TIA,

-roger harness

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA