hugeness Posted January 8, 2010 Share Posted January 8, 2010 I'm using the qforms library to popluate one combo box from another... it looks just like this example.. if you click on 'form dump' you will see the output from objForm.dump() unfortunately, the left hand combo, (the chosen values) are not all 'selected' so they are not submitted in the form field when the submit button is clicked. http://www.pengoworks.com/qforms/docs/examples/containers.htm so, how would i go about grabbing the code from the dump, then sending this to the next page as a variable? i can write a regex to clip the dump to just the combo box i need, i just dont know how to write objForm.dump() to a variable which can then be passed as a hidden field.. can this be done? thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.