litlengine
10-26-2006, 10:55 AM
Hi - I am trying to create a form in flash, and I have everything working except for the multiple listbox component.
My problem is this... I can get all the values to pass into another field but, I cannot get it to pass over the web correctly.
Here is an example of how it is needs to pass:
email=aa&url=aa&custentity_services_of_interest=1&custentity_services_of_interest=2&custentity_services_of_interest=3&custentity_services_budget=1&comments=z
And here is how it passes in Flash:
&custentity_services_of_interest=3,2,1
In the Flash they pass in a list (2,3,4) but I need them to come across like &custentity_services_of_interest=1&custentity_services_of_interest=2 ...etc.
Can anyone help me get this to work this way?
Thanks in advance - I am suspecting I am over thinking this...
My problem is this... I can get all the values to pass into another field but, I cannot get it to pass over the web correctly.
Here is an example of how it is needs to pass:
email=aa&url=aa&custentity_services_of_interest=1&custentity_services_of_interest=2&custentity_services_of_interest=3&custentity_services_budget=1&comments=z
And here is how it passes in Flash:
&custentity_services_of_interest=3,2,1
In the Flash they pass in a list (2,3,4) but I need them to come across like &custentity_services_of_interest=1&custentity_services_of_interest=2 ...etc.
Can anyone help me get this to work this way?
Thanks in advance - I am suspecting I am over thinking this...