Hey Community..
I've got a fairly complicated multi-form page in development and am using Ajax to submit the forms (currently not through API, but probably will be by the time I'm done) one by one in the background. Rather than generating a random number to associate all the forms on that page, I thought I'd just collect each of the Submission ID's of each form after I submit them.
I'd like to submit 4 of the forms, return their Submission ID's, and put those ID"s in a 5th form and then submit it...
My questions is, is there a way I can, instead of returning a "Thank You" page, return the unique Submission ID of each form? (XML formatted or whatever)
Any ideas would be much appreciated..
Rich
I've got a fairly complicated multi-form page in development and am using Ajax to submit the forms (currently not through API, but probably will be by the time I'm done) one by one in the background. Rather than generating a random number to associate all the forms on that page, I thought I'd just collect each of the Submission ID's of each form after I submit them.
I'd like to submit 4 of the forms, return their Submission ID's, and put those ID"s in a 5th form and then submit it...
My questions is, is there a way I can, instead of returning a "Thank You" page, return the unique Submission ID of each form? (XML formatted or whatever)
Any ideas would be much appreciated..
Rich