On Thu, Jan 8, 2009 at 11:39 AM, Edward A Savage Jr <sonnysavage@...> wrote:
It's my impression that <cfwindow> is for ajax... you probably need to include your qForms initialization JavaScript inside the <cfwindow> tags after the actual form. This would ensure that the form element is in the DOM is there when it tries to initialize.
Edward "Sonny" Savage
http://savagefamily.pbwiki.com/
From: jackson0810 <derrick.jackson73@...>
To: qformsapi@yahoogroups.com
Sent: Thursday, January 8, 2009 9:36:54 AM
Subject: [qformsapi] qForms and ColdFusion's cfWindow
Hi all,
I am new to qForms and I'm having what I would consider a tiny issue.
I am using the <cfwindow> tag withing a Coldfusion. When the link to
this page is clicked it opens a new cfwindow that utilizes qForms
validate methods. However when the window opens it tells me that the
form is not defined.
Are there any issues with using qForm with <cfwindow> or is there a
certain implementation when using <cfwindow>?
Any help is much appreciated.