Bill Poff wrote: > Hello all, > > I'm trying to hack Ben Forta's EmbedFields tag to create client variables > from passed form fields. > > CF does not like the 6th line. It doesn't like "<cfset client.#form_element# > =...". It's generating an "Invalid Expression Format" error.
I fthe form field has a space in it's name use form["name"] instead. Jesse ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

