|
Rank: Starting Member
Groups: Registered
Joined: 9/23/2003 Posts: 10 Location: ,
|
Can someone, Brian, whoever, please tell me what the form.fieldnames are?
Error Occurred While Processing Request
Error Diagnostic Information
An error occurred while evaluating the expression:
"#Form.item_name#,#Form.payment_status#"
Error near line 25, column 33.
--------------------------------------------------------------------------------
Error resolving parameter FORM.ITEM_NAME
The specified form field cannot be found. This problem is very likely due to the fact that you have misspelled the form field name.
The error occurred while processing an element with a general identifier of (CFLOOP), occupying document position (25:1) to (25:86).
Date/Time: 10/20/03 16:43:38
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; (R1 1.3))
Remote Address: 68.64.176.220
Live well, laugh often, love much AND "Pay it forward"
|
|
Rank: Starting Member
Groups: Registered
Joined: 4/15/2003 Posts: 10 Location: ,
|
Form.FieldNames is a comma-delimited list of all submitted form field names. As such the IPN post back from Paypal can be captured with this one variable and the list can then be parsed for processing into your system. Or you can capture the variables one at a time. It is a native form variable name that is automatically created by Coldfusion when it receives a "post" so you do not have to set it up, just choose to use it or not.
|