Hi all, Dan, finally this is great news after a long time of waiting. Especially because of starting the project on tigris.org. I have purpose you on...
Girls & Guys, Tigris has finally approved the approved the project, so if you want to contribute to the project, you'll need an account on Tigris.org. -Dan...
Ok, here's some live demos of the qForms. If you attempt to download the source and use it in a project, you're using it at your own risk--your on your own. ...
I have a very simple form. All it does is make sure two fields are required. The validation works great, but for some reason if the validation passes (i.e....
Steve, To get more into and find the problem, please paste here your HTML file (keep just relevant code). Thanks. ... Best regards, Radu Calauz Software...
What does your form tag look like? Do you have an onsubmit event? -Dan _____ From: qformsapi@yahoogroups.com [mailto:qformsapi@yahoogroups.com] On Behalf Of...
Here it is. I cut most of the stuff out and kept only the form/qform related code. <SCRIPT LANGUAGE="JavaScript" SRC="/_js/qforms.js"></SCRIPT> <SCRIPT...
Steve, I tried your example in Mozilla 1.7,8, Firefox 1.0.4, IE6 and Opera 7.54 and the submit button works ok. The submit button was posting data to:...
Steve, Also make sure that your HTML is actually valid. I've seen pages that have multiple <html> and/or <body> tags cause extremely erratic behavior with ...
I saw you blog post about the AJAX kind of use of qForms and I must say I really like the concept. But there are some annoying behavours with it. When I have...
Jens Hauser
work@...
Jul 9, 2005 6:38 pm
3219
Jens, ... The focus being returned to the field is courtesy of the throwError() method. If you don't like that behavior (and I don't blame you) simply get rid...
First, I did try searching the previous posts, but didn't find anything on this. Here's my issue. I have multiple forms on a single page (the live problem...
Mathew, You are overwriting the first form's object with the second form's information. objForm = new qForm("frmExample1"); objForm = new qForm("frmExample2");...
K, this fixed it. Although I had to take it a step farther, as objForm1 and objForm2 did not work. objForm_1 and objForm_2 DID work. Matthew Williams...
Hi, First I have to say that qforms are getting better and better. I really think it´s the best validation tool for forms. I have tried to mix setSkin and...
Jens Hauser
work@...
Jul 25, 2005 12:53 pm
3232
Jens, ... This probably has to do w/the <label> tags. I know the skins.js stuff currently doesn't really play well with <label> tags. Try taking those out to...
Can qForms perform the multiple row checkbox selection similar to gMail? Specifically, If I have multiple rows of data, each preceded by a checkbox, I can...
Hi, I am trying to get 4 related select boxes to work and I cannot seem to get any more than the first 2 boxes populated. Here is a snippet of my code that I...
Andy, You're almost there. 1) Remove that </cfstoredproc> line. You probably just missed that when cutting and pasting, but it shouldn't be there. 2) Remove...
Hi there; I just wanted to see if anyone has considered doing any work to port qForms over to a Flash ActionScript implementation. I think it would be a great...
James, I had talk to Allaire (yes, Allaire, not MACR) about doing something like that. The problem is, writing the HTML version takes up enough of my free time...