As a thousand others will probably point out, you have a space preceding the
name FUSEACTION.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 30, 2000 9:43 AM
To: Fusebox
Subject: RE: Cfform help
OK here the error I get whenever I try to pass CFFORM variables through a
fuse action:
Error Diagnostic Information
An error occurred while evaluating the expression:
SetVariable("caller.attributes.#field#","#evaluate("form. "&"#field#")#")
Error near line 13, column 14.
----------------------------------------------------------------------------
----
An error has occurred while processing the expression:
form. FUSEACTION
Invalid parser construct found on line 1 at position 5. ColdFusion was
looking at the following text:
...
Invalid expression format. The usual cause is an error in the expression
structure.
Here is my form:
<CFFORM ACTION="default.cfm">
<INPUT TYPE="hidden" name="fuseaction" value="add_user">
<table align="center">
<tr>
<td><b>Create User ID</b><BR>
<b>Letters and Numbers Only<BR>No Blank Spaces 10 Length Max</b>
</td>
<td><CFINPUT TYPE="text" NAME="userid" Required="yes" MESSAGE="Please Create
a User ID" maxlength="10"></td>
</tr>
<tr>
<td><b>Password:</b></td>
<td><CFINPUT TYPE="password" NAME="pass" Required="yes" MESSAGE="Please
Enter a Password"></td>
</tr>
<tr>
<td><b>Ebay User ID:</b><BR><a
href="http://cgi4.ebay.com/aw-cgi/eBayISAPI.dll?SSLRegisterFromCountries&sit
eid=0&co_partnerid=2&UsingSSL=0" target="blank">Get Ebay ID</a></td>
<td><CFINPUT TYPE="text" NAME="ebay_userid"><b>Optional</b></td>
</tr>
<tr>
<td><b>DutchBid ID:</b><BR><a
href="http://www.dutchbid.com/registration/index.cfm" target="blank">Get
DutchBid ID</a></td>
<td><CFINPUT TYPE="text" NAME="dutch_userid"><b>Optional</b></td>
</tr>
<tr>
<td><b>Email Address:</b></td>
<td><CFINPUT TYPE="text" NAME="email_address" Required="yes" MESSAGE="Please
Enter Your Email Address"></td>
</tr>
<tr>
<td><b>First Name:</b></td>
<td><CFINPUT TYPE="text" NAME="first_name" Required="yes" MESSAGE="Pleae
Enter Your First Name"></td>
</tr>
<tr>
<td><b>Last Name:</b></td>
<td><CFINPUT TYPE="text" NAME="last_name" Required="yes" MESSAGE="Please
Enter Your Last Name"></td>
</tr>
<tr>
<td> <b>Address:</b></td>
<td><CFINPUT TYPE="text" NAME="address" Required="yes" MESSAGE="Please Enter
Your Street Address"></td>
</tr>
<tr>
<td> <b>City:</b></td>
<td><CFINPUT TYPE="text" NAME="city" Required="yes" MESSAGE="Please Enter
Your City"></td>
</tr>
<tr>
<td> <b>State:</b></td>
<td><CFINPUT TYPE="text" name="state" Required="yes" MESSAGE="Please Enter
Your 2 Letter State Code" size="2" maxlength="2">
<b>2 Letter State Code</b></td>
</tr>
<tr>
<td><b>Zip Code:</b></td>
<td><CFINPUT TYPE="text" NAME="zip" size="5" Required="yes"
Message="Please enter a valid Zip Code."></td>
</tr>
<tr>
<td><INPUT TYPE="submit" Value="Register"></td>
</tr>
</table>
</CFFORM>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists