I am creating a set of checkboxes with same name dynamically using javascript. So, I need to add the Field to the qform object, so I can make the checkbox set...
Thanks for the quick response. I did notice that and passed it in as a string. It gave me the same error. Does it have to do with the checkboxes having the...
Actually it is throwing an error on the addField line now o.addField("lsUserGroupIDs"); stating o.lsUserGroupIDs is null or not an object ... as ... What...
i am in trouble i am want detail code of php for my site details is a web form that contains 4 fieds, i.e. your name, your email, receipient name, receipent...
Hi, I'm trying, without success, to integrate qForms into an ASP.NET 2.0 page. I have added the following (<SCRIPT SRC="/general/js/lib/qforms.js"></SCRIPT>)...
Friday, April 14, 2005 was my last day at 1st Source. Please contact Tim Bell or Josh Overgaard with any questions or concerns about anything I would have...
Hi all, I am using asp.net 2.0 and the new masterpages functionality to ensure consistent layout of my site. I am trying to implement qforms for the first...
Hi all, using asp.net 2.0 with master pages. This requires that there is only 1 runat=server form on the page. I have got qforms working ok except that when I...
Hi Reggie, I don't work with .NET so I don't know if this will work or not, but you could possibly add an onClick event to the links which calls a function...
I am trying to create an XSLT "skin" for the new Coldfusion CFForm tag to replace Coldfusion's Javascript validation routines with QForm's. I know Dan said he...
Group, I have set of containers that I need to pre-select some items from the left container to the right container. Which works fine by invoking the...
Hi all, Just want to highlight how useful this post by Mr Clark. I was in a situation where i needed to update this particular tinyMCE textarea control before...
Thank you very much for your reply. I have actually managed to rewrite my code and have now gotten the desired result. I think that I had gotten it wrong first...
Hi all, I have a page that has 2 radio buttons. The value of the radio buttons are 1 and 2. I have a textbox that is dependent upon the radio button value...
Hi all, I have a page that has four radio buttons on it. Depending on which radio button is selected a different <div> is displayed that contains various...
I'd imagine you would make it happen by creating dependencies based upon the value of the radio button. ... -- Aaron Rouse http://www.happyhacker.com/...
OK, here goes, //JAVASCRIPT DIV CHANGE SCRIPT AT TOP OF PAGE <script language=javascript> // JavaScript Document // onresize for ns4 if (document.layers) { var...
Just a little more info as I may not have explained the problem correctly and this is really starting to get me down as I was hoping qforms was going to be my...
Hi John, This came up a little while back. Use objForm["field[]"] format to reference your fields. Dean ... -- __________________________________________ Dean...
I'd like to use the qForms function library, but (for site branding purposes) I'd prefer to display error messages inside css-styled tags (e.g. div's or...
Reggie, If you choose daily recurr and then immediately choose the monthly recur without checking off the daily type, does the validation work? If so, I think...
Thanks Dean, I had no idea that the obj.fieldName.reset() function existed (should learn to look harder!). I have integrated this function into my 'swaplayers'...
Excellent! Glad it worked. Dean ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 *...
I have been having horrible issues with getting a lot of the validators to work in safari so I decided to see what I could do about fixing the problem. After a...