Hi, I'm working with PHP and I wonder if I can use populate() with PHP- variables. Can anyone please give me an example on how I have to use this function? ...
populate() accepts a client side javascript struct object (aka - associative array). This can be provided by CF, PHP, ASP, whatever you're using. -Cameron ......
Can u please give me an example? I tried some things, but they don't work, say I have a form: <?php $myarray = array(); $myarray[0]= "een"; $myarray[1]=...
Hi, I am new to both qforms and this group. I don't know if it is appropriate to ask for help? If it is, I am trying to write a custom validator routine that...
Richard Colman
colman@...
Feb 5, 2004 4:08 am
2589
Is there anything special you need to do? My qforms work great in Mozilla and IE. And the required fileds work in safari but my validation does not fire it...
The code below is a sample of one of the forms we use. We didn't need to do anything special to make it work in Safari. The only thing that doesn't happen is...
Lani Twitchell
ltwitchell@...
Feb 6, 2004 7:54 pm
2591
Does anyone have an example of how to use obj.submit() to prevent a form from being submitted twice (usually with the back button). TNX. Rick Colman UC Irvine...
Richard Colman
colman@...
Feb 7, 2004 5:21 am
2592
Hi, I've found here on this list an isTime-function, thanks for that, I can really use this! the function is: *********************** function __isTime() { var...
Hi. I'm currently looking for a solution to the following problem: I have a timetable with two form fields (SeatsXYZ, ValXYZ) for each day. XYZ being a unique...
Andreas Klein
andiklein@...
Feb 10, 2004 1:49 pm
2594
Group, I'm using qForms to validate a form that posts to virtual page that publishes an Excel workbook to the client. Here's how it (doesn't) works: 1. User...
Ray, ... qForms, by default, disables the form from being able to submit after the form has been submitted once--this is to help try to prevent mutliple form...
Rick, ... qForms automatically disables the form from submitting twice--as long as the browser hasn't loaded another document to replace the one the form is...
Dan, Thanks, that was it, I just reinitialized the qForm object with an onClick on my submit button. Et viola! Thanks again, Ray ... an ... after ... back...
Hello, I'm trying to use a set of scripts called DHTMLMenu (by sothink.com), but they are conflicting with Qforms. Specifically, when I try to use both sets...
Hello, I'm trying to validate domain names like: something.co.uk something.com some-thing.com.pt etc. Can you help me on this? Thanks in advance. Best Regards,...
How come I have to do this: if (document.ccTerminal.transactionType.options[document.ccTerminal.transaction Type.selectedIndex].value == "ics_auth" Instead of...
try objForm.transactionType.obj.options ... the obj object in any qForm or qForm input element is a pointer to the DOM object the qForm object manages. ... s....
Hi, I am having a bit of problems validating numbers. I am trying to validate input fields so that they are only numbers. I am using...
Jason Radosevich
jason@...
Feb 24, 2004 2:49 pm
2603
Hey jason this should work for you: function IsNumericInteger(sText) { var ValidChars = "0123456789"; var IsNumber = true; var Char; var numDecimals = 0; for...
I have a dropdown on a form with an OnChange event to kick off the function below. When the one certain value is selected, I make some additional questions...
Is it possible with qForms to validate the file type of a file before it is uploaded in a form. I realize that I can use an external funtion to do this, but I...
Hi Does anyone know if qforms works on Unix. I am having to move all Coldfusion apps over from NT to Unix and none of the qform validation stuff is working....
Gary, qForms is all client-side--which means the server platform makes no difference. The one thing to watch out for any time your moving files between Windows...
Thanks Dan, that is very helpful. I will have to verify that everything is set up ok for this. Thanks again Gary ... files ... file. The ... on ... validation...
Dan, do you know if there could be issues within any of the .js files in referencing each other that could cause a problem with case sesitivity because all...
Gary, FYI – I have Q-Forms running on several *nix servers without any apparent issues. I would be almost positive that your developer has written his...