RE: input type=hidden...
by "Micah R. Condon" <micahc(at)webdezyne.com>
|
| Date: |
Tue, 22 Jan 2002 05:56:28 -0700 |
| To: |
<magic32(at)jps.net>, <hwg-techniques(at)mail.hwg.org> |
| In-Reply-To: |
rog |
| |
todo: View
Thread,
Original
|
|
Probably it's some simple html error -- can you post the html so I can take
a look?
Micah R. Condon
Webdezyne, Inc.
-----Original Message-----
From: owner-hwg-techniques(at)hwg.org
[mailto:owner-hwg-techniques(at)hwg.org]On Behalf Of Roger Harness
Sent: Tuesday, January 22, 2002 12:23 AM
To: hwg-techniques(at)mail.hwg.org
Subject: input type=hidden...
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
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.