I'm having a similar problem, where it seems that after enforcing a dependency qForms doesn't reset them. Here's an example: <form name="test"> <input...
Hello All, It has been sometime since I last used qForms and was wondering if someone could help me out with the following. I have a select box on my site and...
Mickael
lists@...
Dec 7, 2005 12:20 pm
3366
Hello All, I am positng this the second time, as I do not seem to be getting any emails from the group It has been sometime since I last used qForms and was...
Mickael
lists@...
Dec 8, 2005 2:46 pm
3367
You make that form field, mySelect, and any others required and you change the value for the first option to blank instead of "na" While this example does not...
Hi Aaron, When you say Blank, do you mean <select name="mySelect"> <option value="blank">Please Select Option</option> <option value="1">1</option> <option...
Mickael
lists@...
Dec 9, 2005 4:26 pm
3369
No... it means make it "", or an empty string. Then setting the field to required will cause this option to fail if someone attempts to submit the form with...
Thanks Matt That worked. Newby Matthew S CONT PORT wrote: No... it means make it "", or an empty string. Then setting the field to required will cause this...
Mickael
lists@...
Dec 10, 2005 1:24 pm
3371
I will be out of the office on Monday, December 12 and Tuesday, December 13. If you need immediate assistance, please contact Tim Bell or Josh Overgaard in...
Hi, Got a question.. I get a error on my sites that use qForms. The error that I get is this.qForms_skipValidation is null or not a object. Error on Line...
Go to www.terminalfusion.com <http://www.terminalfusion.com/> Then click on contact Click on any 2 fields (first name & last name) and you will see a error in ...
Jason, Your closing script block apears after the closing </html> tag, try moving it up to be after the closing </form> tag, but before the closing </body> ...
Jason, I do believe that this is a bug, as I get the same behaviour using the online example at http://www.pengoworks.com/qforms/docs/examples/simple3.htm. I...
Strange... You're right it's a bug. Not sure how it went so long unnoticed. Change: if( !this.validate || this.qForms._skipValidation ) return true; to: if(...
Jason, FYI, this is on line 989. ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 *...
Ben, Why are you trying to create a circular dependency like that? The problem is when a dependency rule has been enforced, it marks the fields "required." So,...
Hi all, I think the validation engine for email has a bug with the following type of email input: 1. Not a valid domain: gg@... 2. Invalid...
pcdinh
pcdinh@...
Dec 24, 2005 7:47 pm
3384
Hi pcdinh, In the current release, 1.39, the email validation is fairly simple and does not utilize regular expressions to validate against to maintain ...
VisiBone has the following JavaScript regular expression to validate email addresses. It seems to be working for me, assuming I've copied the code from the...
Is it possible for qForms to be used to require form elements that were dynamically made? I am creating some radio buttons with javascript based upon...
Hi Dan, Thanks for the reply. It's not really a circular dependency; I have a form with two fields that can either both be left blank or must both be filled...
Hi all! [ Build 137g (March 31, 2003) ] I have an interesting situation that I'm not clear on how to proceed. Given a form that contains from 2 to X number of...
I have a form that uses an image with a link to submit the form when link is clicked instead of a normal submit button or an input of type image. The reason...
Very basic qForms question... I am able to validate input, textarea and select form fields. The validation breaks when I try to apply it to a radio button...
LT, I haven't tested this yet, but if what you have online is your original code, the line //objForm.graphics.validateNotNull("Please choose the "Yes" button...