Search the web
Sign In
New User? Sign Up
qformsapi · qForms API: qForums
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3651 - 3684 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3651
I have a problem that I've been trying to resolve for the past few days. I have shopping cart application where it would be desirable for the user to complete...
Ward Bell
octsys
Offline Send Email
Oct 16, 2006
8:58 pm
3652
Okay, so what are you running on the backend of all of this? Since that will be doing the final processing, it would help to know if we are going to suggest a...
Fred T. Sanders
sandersfred
Offline Send Email
Oct 16, 2006
9:20 pm
3653
Running on the backend? The application is .asp and we are using SQL Server as the database. I use a rather straight-forward query to populate the form on...
Ward Bell
octsys
Offline Send Email
Oct 17, 2006
4:23 am
3655
Ward, ... Why are you using multiple forms? I'd just refactor things so that you're using just one form on the page. -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 17, 2006
8:37 pm
3656
Hello all, I am currently writing an application in ColdFusion using Fusebox and QForms API for client side validation. I have been able to create events and...
craigarnett
Offline Send Email
Oct 18, 2006
12:45 am
3657
Why use multiple forms? Dan, The application calls for creating an order "form" that the customer uses to order products. Visualize this "form" as being...
Ward Bell
octsys
Offline Send Email
Oct 18, 2006
4:22 am
3658
dynamically name the form fields as quantity_1,prodnum_1, quantity_2, prodnum_2, etc, then loop through received formfields, and parse accordingling, in a...
Fred T. Sanders
sandersfred
Offline Send Email
Oct 18, 2006
6:46 am
3659
Why not use a dummy hidden field within the form and when you parse the form when this field is hit you create a new record? Just thinking outloud? Chas ...
Chas Cameron
abster1587
Offline Send Email
Oct 18, 2006
9:42 am
3661
Thanks, Fred! You've given me a couple of ideas to test. On reflection, I think that this might also be what Dan was suggesting -- I just didn't "see" how...
Ward Bell
octsys
Offline Send Email
Oct 19, 2006
12:07 am
3662
I'm glad we could help. Fred...
Fred T. Sanders
sandersfred
Offline Send Email
Oct 19, 2006
3:46 am
3663
Dear All Hopefully I have checked the archives hence the request for help I have adapted the multi layer form example and followed the advice mention in 2001...
Roy Freeman
two.pelicans
Offline Send Email
Oct 19, 2006
8:42 am
3664
I want to say that this is what I was looking for. I couldn't find it in the documentation. Thanks Dean! --- In qformsapi@yahoogroups.com, "Dean Lawrence"...
Edward A Savage Jr
sonnysavage
Offline Send Email
Oct 19, 2006
9:06 pm
3665
Dear All Solved most of my problems mainly due to perhaps a PHP issue, who knows. However I now only call the serialize function once and PHP deserializes it...
Roy Freeman
two.pelicans
Offline Send Email
Oct 20, 2006
3:56 pm
3666
Roy, ... The code should look like this: //Validate form and if an error is returned, stop processing if( !qFormAPI.validate()) return false; // Save the...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 20, 2006
8:01 pm
3667
Dan Thanks I guess I dont understand. Here is my understanding by listing wddxPacket in the Serialize() method i assumed that the wddxPacket would not appear...
Roy Freeman
two.pelicans
Offline Send Email
Oct 20, 2006
10:35 pm
3668
... What's your current code look like? -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 22, 2006
12:29 am
3669
Dan Ive put snippets of the page below function sendForm() { //Validate form and if an error is returned, stop processing if( !qFormAPI.validate()) return...
Roy Freeman
two.pelicans
Offline Send Email
Oct 22, 2006
6:46 pm
3670
I have recently started using ajax as part of my works website. The ajax that I have used is to load content from external files into a div tag. Therefore I...
Damian Brann
damothegreat...
Offline Send Email
Oct 23, 2006
9:49 am
3671
Damian, ... You'll need to re-initialize the qForms object when you pull in the content via AJAX. When you invoke a new qForm object, it reads in all the ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 23, 2006
3:12 pm
3672
Thanks, but were would I place this re-initialization of qforms because at the moment all the qforms code and references are on the same page as the form which...
Damian Brann
damothegreat...
Offline Send Email
Oct 23, 2006
3:44 pm
3673
Roy, The form version of the serialize() method is working fine (objWDDX.wddxpacket.serialize("wddxpacket").) However, there is a bug in the qFormAPI version...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 23, 2006
4:18 pm
3674
Damian, Are you saying the document fragment you're loading via AJAX includes the JS code to initialize the JS? If so, you'll need to apply a workaround for...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 23, 2006
9:57 pm
3675
On the main page, when qForms first kicks in, the form in your div isn't there, so it needs to re-run so it can see it....
Fred T. Sanders
sandersfred
Offline Send Email
Oct 24, 2006
3:39 am
3676
I was thinking his question was more to do with is there something like a qForms.ReInit(). What I am wondering is if you have something like this from the...
Aaron Rouse
aaron_rouse
Offline Send Email
Oct 24, 2006
4:03 am
3678
Right, Ive got the form to validate now, what I've done is intialise the qform object when the submit button is click. Ive made an image submit button so when...
Damian Brann
damothegreat...
Offline Send Email
Oct 24, 2006
10:56 am
3679
... This is so frustrating, Ive almost got it to work however when the form trys go to redirect or refresh the page IE comes up with an 'Object Expected' error...
Damian Brann
damothegreat...
Offline Send Email
Oct 24, 2006
1:23 pm
3680
Hello. I checked out the previous post regarding ajax and qforms, but it didn't answer my question, therefore I'm posting a new topic. I'll try to keep this...
waveworksdesign
Offline Send Email
Nov 2, 2006
2:24 pm
3681
I have a problem with in multiple select box on my FAQs site using qForm. There are there selected boxs and one depended on the one before it. First one is...
Frank Lee
francislee012
Offline Send Email
Nov 3, 2006
6:55 pm
3682
We have a form that uses the createDependencyTo() method for one of the fields. When the form is filled in using the Google tool bar autofill, the dependency...
Edward A Savage Jr
sonnysavage
Offline Send Email
Nov 8, 2006
9:30 pm
3684
Edward, ... Are you using the enforceDependency() method on the field where the dependencies are attached to? See the docs for an example: ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 9, 2006
1:39 pm
Messages 3651 - 3684 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help