RE: Generic CF form handler

2006-05-09 Thread Andy Matthews
PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 6:16 PM To: CF-Talk Subject: Re: Generic CF form handler On 5/5/06, Andy Matthews [EMAIL PROTECTED] wrote: What I'm talking about

Re: Generic CF form handler

2006-05-09 Thread Michael Traher
A word of caution on this path. Part of our team embarked on a similar idea some months ago. To take the drudgery out of form creation and make forms adhere to various standards. They produced some custom tags that when combined would render a form including js validation and was also partly

RE: Generic CF form handler

2006-05-09 Thread Andy Matthews
--//- -Original Message- From: Michael Traher [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 8:09 AM To: CF-Talk Subject: Re: Generic CF form handler A word of caution on this path. Part of our team embarked on a similar idea some months ago. To take the drudgery

Re: Generic CF form handler

2006-05-08 Thread andy
Quoting Mark Henderson [EMAIL PROTECTED]: Mark... That method works great if you have all text fields, or dropdowns, or textareas. But what if you have a raxio button or a checkbox? How do you indicate if a field is required? How do you perform validation on fields of a certain type? I'm

Re: Generic CF form handler

2006-05-08 Thread Matt Robertson
andy wrote: But what if you have a raxio button or a checkbox? How do you indicate if a field is required? How do you perform validation on fields of a certain type? OK I get it. Thats going to be fun. When I did something similar I used standard html form fields. Individual field

Re: Generic CF form handler

2006-05-06 Thread Denny Valliant
On 5/5/06, Matt Robertson [EMAIL PROTECTED] wrote: Mark Henderson wrote: can't you just loop over the form collection inside cfmail? I don't get this either. At what point do you spend more time coding in parameters to your custom tag versus parameters into CFMail? This seems to me to

Re: Generic CF form handler

2006-05-05 Thread Denny Valliant
On 5/4/06, Eric Roberts [EMAIL PROTECTED] wrote: Call me ignorant, but why would this be necessary? It's not that hard to use cfmail. It sounds to me like what you are proposing would be more work. I would say that moderate coding is an overstatement. I don't get it...splain Lucy...

RE: Generic CF form handler

2006-05-05 Thread Mark A Kruger
Denny, I get it! Ha! Very funny -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 5:58 AM To: CF-Talk Subject: Re: Generic CF form handler On 5/4/06, Eric Roberts [EMAIL PROTECTED] wrote: Call me ignorant, but why would

RE: Generic CF form handler

2006-05-05 Thread Andy Matthews
Subject: RE: Generic CF form handler Call me ignorant, but why would this be necessary? It's not that hard to use cfmail. It sounds to me like what you are proposing would be more work. I would say that moderate coding is an overstatement. I don't get it...splain Lucy... Eric -Original Message

Re: Generic CF form handler

2006-05-05 Thread Denny Valliant
On 5/5/06, Andy Matthews [EMAIL PROTECTED] wrote: What I'm talking about it is to create a generic form processor. You feed it some values and it does all the work for you. The goal being that you'd never have to manually type out any of those values any more (except in the form setup). You

Re: Generic CF form handler

2006-05-05 Thread Mark Henderson
Andy Matthews wrote: CFMAIL is a form handler, but it does require a moderate amount of coding to send the values of specific form fields to the recipient. What I'm talking about is something that you could use as a processing page for ANY form you create. You'd never need to touch the

Re: Generic CF form handler

2006-05-05 Thread Matt Robertson
Mark Henderson wrote: can't you just loop over the form collection inside cfmail? I don't get this either. At what point do you spend more time coding in parameters to your custom tag versus parameters into CFMail? This seems to me to just shift your typing duties from one place to another.

Generic CF form handler

2006-05-04 Thread Andy Matthews
I have a client who is going to have several contact forms on their site, with the possibility of more to follow. I'm thinking of writing a generic form handler which can be used for any form, sort of like the ubiquitous Matt's Wrights form.pl. Before I do that, I'm wondering if anyone else has

Re: Generic CF form handler

2006-05-04 Thread Crow T. Robot
Hi Andy: I actually wrote a script that was intended to replace formmail, but using CF instead of Perl. I'll email it to you off-list, if you'd like. It's a pretty simple script. Ray Andy Matthews wrote: I have a client who is going to have several contact forms on their site, with the

Re: Generic CF form handler

2006-05-04 Thread massimo
I'm thinking of writing a generic form handler which can be used for any form, sort of like the ubiquitous Matt's Wrights form.pl. Before I do that, I'm wondering if anyone else has something like this they'd care to share. If no one does, then I'll write it and share it with the class. I

Re: Generic CF form handler

2006-05-04 Thread Mingo Hagen
Wow! Matt Wright... that takes me back sorry to be so OT ;) m. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239493 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

RE: Generic CF form handler

2006-05-04 Thread Andy Matthews
: Thursday, May 04, 2006 9:16 AM To: CF-Talk Subject: Re: Generic CF form handler I'm thinking of writing a generic form handler which can be used for any form, sort of like the ubiquitous Matt's Wrights form.pl. Before I do that, I'm wondering if anyone else has something like this they'd care

Re: Generic CF form handler

2006-05-04 Thread Casey Dougall
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 9:16 AM To: CF-Talk Subject: Re: Generic CF form handler I'm thinking of writing a generic form handler which can be used for any form, sort of like the ubiquitous Matt's Wrights form.pl. Before I do

RE: Generic CF form handler

2006-05-04 Thread Andy Matthews
PROTECTED] Sent: Thursday, May 04, 2006 9:01 AM To: CF-Talk Subject: Re: Generic CF form handler Hi Andy: I actually wrote a script that was intended to replace formmail, but using CF instead of Perl. I'll email it to you off-list, if you'd like. It's a pretty simple script. Ray Andy

RE: Generic CF form handler

2006-05-04 Thread Andy Matthews
certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 9:50 AM To: CF-Talk Subject: Re: Generic CF form handler I though cfmail