Forms in flash

hey there,

i’m working with a mailing list form in flash and i’m having trouble with the hidden input information.

when the submit button is clicked the form .cgi is processing the email address which is a text field named “email”

the hidden field identifies the target mailing list to send it to

a hidden variable named “list” with the value of “ISR”

list=ISR;

right?

but it’s not processing it like that at all, i keep getting sent to a page where it asks you to CHOOSE a mailing list to sign up on, so it’s OBVIOSLY not processing what my variable is telling it to. however it DOES transfer the email address that is input into the flash to the new HTML page that is opens to varify the list, so i KNOW at least the one field is working properly.

anyone have any clues as to how i can get this working?