RE: Generic CF form handler

2006-05-09 Thread Andy Matthews
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 out of form creation and make forms adhere to various standards. They produced some custom tags that when combined would render a form includ

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 datab

RE: Generic CF form handler

2006-05-09 Thread Andy Matthews
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 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 >

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 validation

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 writi

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 >

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.

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 proc

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 set

RE: Generic CF form handler

2006-05-05 Thread Andy Matthews
r and that's it. -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 7:10 PM To: CF-Talk 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 wha

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 w

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-04 Thread Eric Roberts
y Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, 04 May 2006 10:24 To: CF-Talk Subject: RE: Generic CF form handler 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

RE: Generic CF form handler

2006-05-04 Thread Dawson, Michael
-Talk Subject: RE: Generic CF form handler 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 nev

RE: Generic CF form handler

2006-05-04 Thread Andy Matthews
: 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 was a form handler... If this site is going to continue to create new forms, might as well make it dynamic... You can read more about the concept of doing so

RE: Generic CF form handler

2006-05-04 Thread Andy Matthews
I'd love to look at it if you're interested in mailing it over. -Original Message- From: Crow T. Robot [mailto:[EMAIL 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

Re: Generic CF form handler

2006-05-04 Thread Casey Dougall
---//-> > > -Original 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 fo

RE: Generic CF form handler

2006-05-04 Thread Andy Matthews
Thanks Massimo...I'll take a look at it. -Original 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

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: http://www.houseoffusi

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.

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