On my site at http://www.beatleon.com there is a box on the left of the page entitled "email login/sign up". You notice that if you click on all but the first...
Hi, I want to use the Zipcode Demo for my website. When i installed a lib folder on my IIS/Default website and when i tab out of the Zip field it shows sending...
msreddy25
msreddy25@...
Jan 2, 2004 7:41 pm
2533
Happy new year to all of you who are back at work this fine Friday. I am still getting up to speed on qForms, but still can't seem to get validation to work on...
Shawn Holmes | Creati...
sholmes@...
Jan 2, 2004 7:41 pm
2534
Shawn, Can you share a sample of your code? This example works just fine: <html> <head> <title>Test Bed</title> <!--// load the qForm JavaScript API //--> ...
Thanks, Dan, for some reason unbeknownst to me, minutes after my email went out I gave it one more shot and it worked perfectly. In otherwords, PIBKAC. - Shawn...
Shawn Holmes | Creati...
sholmes@...
Jan 3, 2004 8:01 pm
2536
Greetings! I have a fairly large form - with a number of fields that need validation. One of the Submit buttons is a <input type="submit"> which is used to...
links2525
links2525@...
Jan 4, 2004 3:18 pm
2537
HI I am new to the world of qforms and at the moment I am playing around with it to see how it all works. I have tried to validate the format of a phonenumber...
The quickest way to validate a phone number is: objForm.phonenumber.validatePhoneNumber() Having said that, your way should work if you pass the function the...
There may be a more graceful way of solving your problem, but one way you may be able to solve it is by assigning the validation rules just before the form is...
Yes that helps a lot! I actually worked out what the problem was this afternoon - i just placed the word phone into double quotes and it works fine. _____ ...
One way to fix this is to set the button as an input type="button" onclick="javascript function:" Then in the script using javascript you can tell it if it...
Darrin - Could you provide a code example using qforms? Melissa...
Melissa Fraher
mfraher@...
Jan 6, 2004 1:49 pm
2544
I have a form that is not unlike the "Main Demo" example. I have a field for employee number. I have it set up so that onChange of that employeenumber field,...
Q-forms works in Safari with the exception that the required fields do not change color if validation tests fail. The color change would be a nice feature to...
Lani Twitchell
ltwitchell@...
Jan 8, 2004 5:32 pm
2547
Is there a way to provide a mask to validateDate as 'mm/yyyy' ? As in: objForm.ccexpdate.validateDate("mm/yyyy"); Thanks, Stas...
objForm.enddate.validateDate("dd/mm/yy","End date is not a valid date [Format: dd/mm/yyyy]"); should do the trick. ... Is there a way to provide a mask to...
Peter Galipo
GalipoP@...
Jan 9, 2004 12:52 am
2549
Thank you, but I don't need the day part, just mm/yyyy. Roll my own? Stas ... From: "Peter Galipo" <GalipoP@...> To: <qformsapi@yahoogroups.com> ...
How would I get someone to fix the wddxFormLibrary examples located on http://www.pengoworks.com/workshop/js/forms/? the examples keep throwing a js error when...
... Since this is a free and open source effort - I'd say that a better way to approach the problem would be attempting to diagnose the problem and suggest a...
Cameron, Now that you are finished assuming things try to re-read the question and answer it while leaving your ego out of it.... I am sure it is not needed...
... Thanks for the response. I obviously hit a nerve with my message. However, the answer to your question was in my posting and remains the same. BTW -...
Is there a way, based on a function call, to remove fields that were previously required, so they are not required? I have a select box with values 0,1,2,3...
Hello, I have a multipage form that I am using the WDDX forms wizard on and was wondering if there is a way to have the back and next buttons on the top and...
Good to see you got the wddx libs mapped out correctly and have started using the scripts. Make sure your buttons are below your wddxPacket instantiation and...
Thanks for the help but I have a more pressing issue with them now... I can't get the exclude attribute to work so the wddx form wizard is zapping the value of...
I guess now I understand more about the exclude attribute... it is to exclude a field from the wddx packet... What I have found is that the wddxFormWizard...