Hello all, A have a form with two containers: available and selected items. For some weird reason the container for selected items is not sending a "a,b,c"...
Cassiano, Do you have a url for us to be able to see the form with data in it? Or instead can you supply the complete page that you are having problems with? ...
Dear Dean, Thank you for the reply. It won't be able to make the actual pages accessible since they are inside a protected are, but here goes the whole form I...
Cass, What version of Qforms are you using? Dean ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology ...
Cass, One thing I noticed was that your form is using a get request instead of a post. When I changed this I was able to get this to work using 1.39. I'm ...
Dear Dean, Well, no, I am using a internationalised version of 1.39. I am sending it attached to this msg. And POST or GET will give me the same unfortunate...
Cass, I was able to get it to work using your version of qForms as well. If I moved all of the values to the *Selecionados *container and submitted, my form...
Hey Dean, Hmmmm... what could possibly be going wrong? I took your file, placed locally and ran it towards a testresults.php page which contained <?...
I did basically the same thing, but with ColdFusion which has a dump feature. When I dumped the submitted form variables, all the values were passed properly....
Cass, It looks like it is a php issue. Here is a link that explains the situation. http://gregs.tcias.co.uk/php/the_problem_with_multiple_selects_and_php.cfm ....
Try objForm[“Selecionados[]”] instead of objForm.Selecionados to reference the object. That should work... -Dan _____ From: qformsapi@yahoogroups.com...
Hello guys, Due to your marvelous hints I was able to go around the problem by using the ['name[]']! :) Thank you very much for the help and I indeed would...
Hopefully this is just something simple that I am missing, this is using the latest build from the pengoworks website. I am trying to just require one field...
To make things maybe easier, I uploaded all the files to here: http://snipe.ru-hosting.net/Testing/Test.html ... -- Aaron Rouse http://www.happyhacker.com/...
I notice you wrap the qform validation call in init() function and called it from body onload. Why? On normal circumstance, you dont have to load qform...
This is the way I have always done it though, I even copied the syntax from a working form that does it. The reason behind it is I am working within a ...
Not following you because your excerpt says it can be done the way I am doing it. It says it can be done by creating a function(which I am doing with init)...
Yep, I am with you now. I believe the lib may be broken by your upload. On the flip side I never used with a function on the OnLoad event, therefore would...
Hi Cass, Glad it worked out. I knew that Dan would be able to shed some light on a proper workaround. Dean ... -- __________________________________________ ...
Aaron, You're pointing the setLibraryPath to the wrong directory: qFormAPI.setLibraryPath("JS/lib/qForms/"); should be: qFormAPI.setLibraryPath("JS/lib/ "); ...
Dan, Thanks, that probably is it, at one point I had changed the directory structure and then decided to download the latest build because was unsure which...
Perhaps this has been discussed before, but I am new to the list and I have only recently been made aware of a JavaScript problem that seems to be generated...
Ward, David
djw@...
Mar 7, 2006 8:30 pm
3457
if (objForm.obj.action.toUpperCase().indexOf(btn_this).toUpperCase()) { ... -- Marlon...
I just had a serious problem with the script not working at all on 1 page. Page was just like many other pages ive used it on, so I was baffled. So i started...
I recently attempted to use build 139, but I needed to return to build 135, which I did by replacing files from source control. However, now I am getting the...
Ward, David
djw@...
Mar 8, 2006 6:54 pm
3462
David, Can you post the complete page code so we can see what you are doing? The message you are getting is an error, not a feature, so there must be some ...
OK. Here is the source from one of the pages. It happens on every page. <!-- index.cfm --> <!-- fbx_fusebox30_CF50.cfm --> <!-- fbx_circuits.cfm --> <!--...
Ward, David
djw@...
Mar 8, 2006 8:25 pm
3464
David, I don't see where you are initializing an instance of the qForm object. You are loading the libraries at the top of the page, but not creating a new ...