Can either type of path be used here.. qFormAPI.setLibraryPath ("http://localhostinterface/javaScripts/qForms/lib/"); qFormAPI.include("*"); This seems to be...
Hi, New to qForms. Is there a way in qForms to put up a "Are you sure you want to continue?" window upon form submission? This would be especially handy for...
I don't know if this is what you're looking for but here is how we do it, note the "alert" function submitform(formAction) { switch (formAction) { case...
Brunt, Michael
MBrunt@...
Oct 2, 2003 6:18 pm
2344
using the add event method, add a function call to onSubmit.... objForm.addevent(.....); function finalConfirmation(){ var x = confrim("Are you sure you want...
Eoghan, ... You'd have to modify the getBits() method to handle checkbox elements that aren't arrays (i.e. just contain a single checkbox element with matching...
Trent, ... Two ways: 1) Change the description property of your field to something more useful: objForm.phone1.description = "daytime phone number"; ...
Actually I had it right the first time, what I did not realize was the error I was receiving was related to me having the form fields named the same (select...
Hello, I've got a small problem using qFormsAPI. The problem is that I can't find a method which would alow only digit(no dots, no commas, only digits) values...
Thanks for your answer, it worked of course. Trent Shepherd SeaSpray technology & design cell: 0412 245 212 phone:4285 8793 email: trent@... ... From:...
Dan, do you have any thoughts relating to the Elos Microsoft legal stuff that eventually will kick in? The current workaround from Macromedia is to use...
Brunt, Michael
MBrunt@...
Oct 8, 2003 5:10 pm
2354
Hi, I just joined up. Pete...
Peter Galipo
GalipoP@...
Oct 10, 2003 7:49 am
2355
Hi, I'm new to qForms so I'm hoping someone can point me in the right direction. I have a form that has 4 required fields. 3 text fields and 1 select list. The...
Peter Galipo
GalipoP@...
Oct 10, 2003 9:01 am
2356
I am a table that contains links in each row. When a user clicks a link I would like the related information from that rows information to appear in the form....
Sorry for being so vague... Let me explain further. Each row in the table lists a user's name and phone number. There is a lot more information associated with...
Nevermind... I was having a friday brain surge. I got it. ... From: Tangorre, Michael [mailto:tangorrem@...] Sent: Friday, October 10, 2003 9:15 AM ...
Does anyone see anything wrong with the following, I am getting an error about stcProcurementType being undefined..: <html> <head> <title>OTIS Landing...
Peter - If the value of the "-- select a value --" item is an empty string then merely telling qForms that you want this field to be required will do the ...
too easy.... cheers. Peter Galipo Systems Manager International Programs Curtin Business School Curtin University of Technology Email:...
Peter Galipo
GalipoP@...
Oct 11, 2003 9:18 am
2363
Hi Folks, I'm just wondering if there is a method to check if the number of chararcters entered into a textarea is less than a certain value. Many Thanks, Pete...
Peter Galipo
GalipoP@...
Oct 13, 2003 2:14 am
2364
validateLengthLT() ... From: "Peter Galipo" <GalipoP@...> To: <qformsapi@yahoogroups.com> Sent: Monday, October 13, 2003 3:14 PM Subject:...
Johan Steenkamp
johan@...
Oct 13, 2003 4:01 am
2365
Worked first go. Cheers ... validateLengthLT() ... From: "Peter Galipo" <GalipoP@...> To: <qformsapi@yahoogroups.com> Sent: Monday, October 13,...
Peter Galipo
GalipoP@...
Oct 13, 2003 8:08 am
2366
Hey all, I'm running into the strangest problem. I am generating the validation calls from within a servlet. In a certain case i set the required field on a...
Could anyone give me some help with the following: I have a drop down list of employees (about 150 entries long). What I would like to do is to put a text box...
I think that the UUID I have as my 2 keys are throwing things off.. Can someone help me solve the problem with this: Here are the two select boxes elements. ...