Here's the basic code (with layout and such trimmed out):
The form:
<form action="ordercredit.cfm" method="POST" onsubmit="return numCheck(this)">
<table>
<tr>
<td width="80">First Name*</td>
<td><input type="Text" name="FirstName" value="" align="LEFT" size="20"
maxlength="25"></td>
</tr>
<tr>
<td colspan="2" align="LEFT">
<input type="Submit" value=" Next ">
</tr>
</table>
</form>
[I just noticed the missing closing table tag in that cell. I'm closing it now, but I
can't believe that's the problem]
The action page is fairly simple. I can <cfoutput>#FORM.firstname#</cfoutput> and it
outputs fine and it inserts into the database fine. But, cferror is triggered and
sends an e-mail saying that FORM.firstname doesn't exist. And, again, cfparam-ing it
just causes an empty string to go into the database [without cfparam, the submitted
form field goes into the database].
--------------------------------
Scott Brady
http://www.scottbrady.net/
---------- Original Message ----------------------------------
From: Mosh Teitelbaum <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Sep 2002 13:09:38 -0400
>Do you have any code we could look at?
>
>--
>Mosh Teitelbaum
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists