RE: (ot) email confirm

2010-03-29 Thread Orlini, Robert
Also agreed. CFForm works great! Thanks. RO HWW -Original Message- From: Will Swain w...@hothorse.com Sent: Saturday, March 27, 2010 5:55am To: cf-talk cf-talk@houseoffusion.com Subject: RE: (ot) email confirm Agreed with Bryn. Look at cfform, or if you don't want to for some reason

RE: (ot) email confirm

2010-03-27 Thread Will Swain
] Sent: 27 March 2010 00:34 To: cf-talk Subject: Re: (ot) email confirm Sorry folks a little off topic here, but I'm not good at javascript. I have this email confirm code that tells me I need to enter a valid email, but then still sends me to the next form which generates an error because

Re: (ot) email confirm

2010-03-26 Thread Dorioo
Aside: Are you only doing client validation? You really, really should be doing server validation and adding the javascript as sprinkles on top. - Gabriel On Fri, Mar 26, 2010 at 11:53 AM, Orlini, Robert rorl...@hwwilson.com wrote: Sorry folks a little off topic here, but I'm not good at

RE: (ot) email confirm

2010-03-26 Thread Robert Harrison
You know you can just use CFFORM and set that field to CFINPUT, then add Validate=email and Message=must be a valid email address. Robert B. Harrison Director of Interactive Services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022

RE: (ot) email confirm

2010-03-26 Thread Orlini, Robert
Thank you Robert and Dorioo. CFForm did the trick. RO HWW -Original Message- From: Robert Harrison rob...@austin-williams.com Sent: Friday, March 26, 2010 11:59am To: cf-talk cf-talk@houseoffusion.com Subject: RE: (ot) email confirm You know you can just use CFFORM and set that field

Re: (ot) email confirm

2010-03-26 Thread Bryn Parrott
Sorry folks a little off topic here, but I'm not good at javascript. I have this email confirm code that tells me I need to enter a valid email, but then still sends me to the next form which generates an error because of no email address. The problem seems to be in this section not