Jump to content

make a variable from objForm.dump() to pass to a php mysql database


hugeness

Recommended Posts

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.