Hey Dan, I got sidetracked on anotther project but this thing is still giving me fits. I have included my form code. Thanks for your help. John ... Untitled ...
John, What was the problem you were having again? I notice on the page that you sent me three things off the bat: 1) There's CF markup within the page. I'm...
Sorry Dan, All those things *shouldn't* be the issue as what I sent was the source. I am attaching the actual generated page, but it's kinda messy which is why...
John, ... On this line, you have two form fields w/identical names, but of different types. This will break qForms (it works fine if the field types are ...
I'm trying to post the form to a popup window. I have it working, but it posts to the popup even if there is an error in the form. How can I have the popup...
Conrad, You need to form.attachEvent('onsubmit', disablePage_wait); line *before* you invoke the qForm's object, otherwise the pop-up window will continue to ...
Michael, What are you expecting this to do? You may not be noticing a visual difference between the inline and block styles. Also, I'd change the href="##" to...
i have this case. on the top of page, i've load the qforms library successfully. then i want to validate same password IF PWD FIELD IS NOT BLANK. i wrote...
... Exactly nothing--which is what you want to happen to the href event. If your onclick event doesn't return false, then whatever is in your href event will ...
... The code looks ok, but I notice you don't have a submit trigger built-in to the form. What currently happens when the form tries to submit when there are...
Hi all, I can make a good offer about hosting, try to compare the prices: www.ixwebhosting.com qformsapi@yahoogroups.com wrote: Hi Richard- We exchanged...
... In qForms, you just call the setValue() method with the value you want selected: If you have the following select boxes: <input type="radio" name="color"...
I have a file upload form that I need to require a file be selected unless one of two conditions exist. First, I have a hidden field that contains the value of...
One BAH-ILLION dollars!!!! <evilLaugh>Bwah hah hah hah</evilLaugh> On a serious note though, the development of qForms really does rely on how I'm able to...
Dan, This works as long as the fields are not hidden. If I change bannerSrcCurr to a hidden field (which it is on my final form) and give it a value, the ...
Dan, I got this to work, however, there are some weird idiosyncrasies that are happening. First off, the hidden field won't need to change dynamically, it will...
Dean, Sounds like the [ENTER] is not trigger the onchange event before firing the onsubmit event. You can fix this by placing the enforceDepenedency() ...
I have some required fields, yet when I click submit, the fields quickly highlight then the fields submit... Sounds like something simple.. Anyone have an...