Nope, I can confirm CF v4.5 and up -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 13 June 2003 12:31 PM To: CFAussie Mailing List Subject: [cfaussie] RE: form fields
Is this CFMX only? -----Original Message----- From: Steve Onnis [mailto:[EMAIL PROTECTED] Sent: Friday, 13 June 2003 12:04 PM To: CFAussie Mailing List Subject: [cfaussie] RE: form fields Use #form[formfieldname]# rather than #evaluate("form.#formfieldname#")# Runs quicker -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, June 13, 2003 11:26 AM To: CFAussie Mailing List Subject: [cfaussie] RE: form fields Further to previous: <cfloop index="formfieldname" list="#form.formfields#" delimiters=","> FORM FIELD: #formfieldname# VALUE: #evaluate("form.#formfieldname#")#<br> </cfloop> Steve c -----Original Message----- From: Knott, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, 13 June 2003 11:18 AM To: CFAussie Mailing List Subject: [cfaussie] form fields Is there a way to return the name of fields in a form if you don't know what they are call. I'm generating fields automatically and want to reference them on the next page. Brian Knott QANTM Studio Senior Database Developer Ph (07) 30174331 Mob 0407572127 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ ---------------------------------------------------------------------------- This email, together with any attachments, is intended for the named recipient(s) only and may contain privileged and confidential information. If received in error, please inform the sender as quickly as possible and delete this email and any copies from your computer system network. If not an intended recipient of this email, you must not copy, distribute or rely upon it and any form of disclosure, modification, distribution and/or publication of this email is prohibited. Unless stated otherwise, this email represents only the views of the sender and not the views of the Queensland Government. ---------------------------------------------------------------------------- --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
