RE: form collection

2008-09-05 Thread Chad Gray
To: CF-Talk > Subject: RE: form collection > > I need to take what they type into the form "Name" field and remove > illegal characters and then that becomes the "Alias" variable I need to > insert into the database. > > I suppose I could run my MakeAlias fu

RE: form collection

2008-09-05 Thread Chad Gray
; -Original Message- > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2008 2:33 PM > To: CF-Talk > Subject: Re: form collection > > On Fri, Sep 5, 2008 at 11:20 AM, Chad Gray <[EMAIL PROTECTED]> wrote: > > > Hello, > >

Re: form collection

2008-09-05 Thread Charlie Griefer
On Fri, Sep 5, 2008 at 11:20 AM, Chad Gray <[EMAIL PROTECTED]> wrote: > Hello, > > I am using argumentCollection=form to dump all of the form fields into a > CFC. I would like to add to the form collection one more variable called > Alias. > > I tried this but the variable FORM.Alias does not app