I have two select boxes. One is named 'tCustomer39; and the other is named 'tProject39;. One or the other is required, but not both. They must select either a...
In the documentation it is stated that all testing was done on the PC, I hate mac's with a passion but I have clients that are full mac shops. Is it known if...
I have a form that has multiple text boxes and check boxes that are associated with each of those. I want to make it so that if a person checks a checkbox, its...
Is there a quick way to set the 'disabled39; property to false on all disabled fields in a form? I am dealing with a situation where I am re-populating form...
Please remind me why I can't call an image field as a qForm object (but I'm still able to write events for it outside the qForm framework). Thanks, Jason...
I have a form that submits a string to my database that I use to display in two places. In one place it is simply displayed in standard HTML and the other is...
Hi, If there are a number of items in a container it takes a few seconds to actually perform the transferTo() or transferFrom(), I need to check if the status...
I don't think my last post to this message que was successful so here it goes again. I have a field on a form that accepts dollar amounts for a donation. I...
I have a field that is a donation amount field that I am making my end users enter integers as opposed to being able to donate a decimal amount. My field...
I have a page very similar to the qForms example of containers. My first select box has upwards of 2000 items in it and the second is for people to put their...
I have two select boxes (selectbox1 & selectbox2). The user must select a value for one of them, but not both. I want to require them to select one and only...
I get an "Object doesn't support this method or property" error with this line of code.. objForm.DOCUMENT_DESCRIPTION.createDependencyTo("document"); ...
Is there a way to get the mirrorTo() method to work with containers? I have one dummie container and three empty containers. Each empty container has an "add"...
I created the Getsubtotal function to recalculate the form field price based on a change in quantity. Then I created the SetNewSubtotal function to ...
Validation of required fields work fine. Problem is the: validation of phone numbers greater than 10 digits and validateState etc....don39;t work. Any...
When loading up my form, I get an alert stating: Form field "EvRSVP" does not exist. I have no idea why I'm getting this. Here is my code for the form fields...
On my html page I need to include the contents of an external text file. If my external text file contains html then my first html page writes the contents of...
Is there a way with qForms to basically enable/disable the "multiple" attribute to the SELECT tag? Or a means to simulate this? What I have is a form that...
I am curious what all would needed to be loaded for qForms when only using a few of the functions. I have some pages that just use setValue(), submit(),...
ok i have 2 dates in a form. is there a validation that will check to make sure that a date is first greater then today's date. second that my Est_Completion...
I try to test everything in at least three browsers: IE 5.5, Netscape 4.7, and Opera 6. I'm getting some odd behavior in Opera with the qForms validation...
Is there a function I can call to verify the qForms version on a server? The installed library appears to be the compressed version and I can't locate any...
I am trying to disable radio buttons in NS and when I apply the disabling to them, an alert box is thrown if I click on the radio button, but the button...
I have a select box. <select name="favoritecolor"> <option value="">Choose One</option> <option value="red">red</option> <option value="green">green</option> ...
I need to validate that a date entered is today or after. They can't enter a past date in this field. Right now I have... objForm.FollowUpDate.validateDate() ...