Not sure what you are needing to do with this data, but you could put it into a WDDX packet to store in the database like this:
<cfwddx input="#form#" output="wddx_formfields" type="cfml2wddx"> then just put it into a blob field in your database with a field like customer to key off of. Just some thoughts. - BILL - ----- Original Message ----- From: "webmaster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 9:42 AM Subject: form fields > Just wondering if anyone has bright idea for this little problem that I > have. > > I'm receiving data from another site sent via form data to my coldfusion > routine that teh takes the data (e.g. #form.customer#, > #form.backupdate#, etc.) > > Problem is I don't always know what form data will be sent, sometimes > they wony include the backupdate for a certain customer. > > At the moment I just have a load of isdefined statements - not pretty > but it works. Now I'm told thay variables will be added - and that the > names might be dynamically created (Please don't ask me where that bit > of wisdom came from!) > > > Any one have any ieas how I can tell what variables are in the FORM ? > > TIA > > Richard > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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

