Search the web
Sign In
New User? Sign Up
qformsapi · qForms API: qForums
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2531 - 2560 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2531
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...
Jane Tate
ImagineJET
Offline Send Email
Jan 1, 2004
10:07 pm
2532
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@...
Send Email
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@...
Send Email
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 //--> ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jan 2, 2004
9:45 pm
2535
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@...
Send Email
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@...
Send Email
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...
Martin G Hancock
tulipman_the...
Offline Send Email
Jan 4, 2004
3:18 pm
2538
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...
Cameron Childress
cameroncf
Offline Send Email
Jan 5, 2004
5:39 am
2539
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...
Cameron Childress
cameroncf
Offline Send Email
Jan 5, 2004
6:14 am
2540
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. _____ ...
Martin G Hancock
tulipman_the...
Offline Send Email
Jan 5, 2004
1:20 pm
2541
Could someone please post a copyt of atLeastOne.zip as an attachment. Thank you in advance, Jeff...
jeffytommy
Offline Send Email
Jan 5, 2004
8:39 pm
2542
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...
sabot1@...
btroop202
Offline Send Email
Jan 5, 2004
10:19 pm
2543
Darrin - Could you provide a code example using qforms? Melissa...
Melissa Fraher
mfraher@...
Send Email
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,...
ron_cochran
Offline Send Email
Jan 6, 2004
10:07 pm
2545
Is it possible to get q-forms to work in safari?...
jlr@...
hippiex
Offline Send Email
Jan 8, 2004
3:41 am
2546
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@...
Send Email
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...
stas
stasomatic
Offline Send Email
Jan 8, 2004
8:12 pm
2548
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@...
Send Email
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> ...
stas
stasomatic
Offline Send Email
Jan 9, 2004
2:15 am
2550
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...
Jesse
stang_inc
Offline Send Email
Jan 12, 2004
5:15 pm
2551
... 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 Childress
cameroncf
Offline Send Email
Jan 12, 2004
11:45 pm
2552
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...
Jesse
stang_inc
Offline Send Email
Jan 13, 2004
2:47 am
2553
... 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 -...
Cameron Childress
cameroncf
Offline Send Email
Jan 13, 2004
3:05 am
2554
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...
Daniel J O'Keefe
djokeefe_2001
Offline Send Email
Jan 18, 2004
3:00 am
2555
I believe the sytax is: objForm.time1.optional="true"; ... were ... call that ... time2 and...
ron_cochran
Offline Send Email
Jan 18, 2004
1:22 pm
2556
That was close, but you helped me in the right direction. It actually is: objForm.optional("Time1"); Than you very much. Dan ... From: ron_cochran...
Daniel J O'Keefe
djokeefe_2001
Offline Send Email
Jan 18, 2004
2:24 pm
2557
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...
Jesse
stang_inc
Offline Send Email
Jan 19, 2004
5:59 pm
2558
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...
Cameron Childress
cameroncf
Offline Send Email
Jan 19, 2004
8:35 pm
2559
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...
Jesse
stang_inc
Offline Send Email
Jan 19, 2004
9:04 pm
2560
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...
Jesse
stang_inc
Offline Send Email
Jan 20, 2004
12:54 am
Messages 2531 - 2560 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help