Howie,

Absolutely, although qForms isn't really "software" it's just an API
which makes dealing w/form interaction much, much easier. You can easily
roll up the necessary qForms code in a CF tag to make creating multipage
forms a breeze using DHTML.

I've also got some server side tags that do wizard creation done, but I
haven't decided what I'm going to do w/them yet.

The thing about qForms which is one of the nicest features is that all
the API code you write, works for any type of form field element. This
means "qFormObject.fieldName.getValue()" works for select boxes, radio,
checkboxes, etc, etc. So changing the HTML element (generally) won't
break you code. There are only a few features that are element
specific--those being the ones that deal specifically with selectboxes
(such as "populate()" and "makeContainer()" which only make since when
used with the selectbox DOM element.)

-Dan


> -----Original Message-----
> From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 09, 2002 1:53 PM
> To: CF-Talk
> Subject: Re: HTML Form values into struct variables
> 
> Can you make multiform wizards with this software?
> 
> Thanks,
> 
> --
> Howie Hamlin - inFusion Project Manager
> On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
> *** Please vote for iMS here: http://www.sys-
> con.com/coldfusion/readerschoice2002/nominationform.cfm ***
> inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail
Server
> >>> Find out how iMS Stacks up to the competition:
> http://www.coolfusion.com/imssecomparison.cfm
> 
> ----- Original Message -----
> From: "Dan G. Switzer, II" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, September 09, 2002 1:36 PM
> Subject: RE: HTML Form values into struct variables
> 
> 
> > Robert,
> >
> > Check out qForms:
> > http://www.pengoworks.com/qforms/
> >
> > There's a couple of features it has which look like they may help
you.
> > For one, there's a method which will return the results of all the
form
> > objects on your page as one structure, the other is the ability to
set
> > the value of your form objects based upon a structure.
> >
> > There's a number of example templates on the site you can view to
give
> > you an idea of how it all works. (Check out the multi-layer form
example
> > specifically.)
> >
> > -Dan
> >
> 
> 
> 
______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to