Components 2 create form & ASP

Hi there,

I have a fully working flash form with ASP backend.
I needed to add a combo box and I followed kirupa’s turorial: Using Components to Create a Form, which is very good.

The problem I’m having is that the flash movie doesn’t seem to be parsing the information to the ASP.

the instance name of the combobox is ‘eventdate’

The submit buttom in the movie has this script attached:

on (release) {
if (name ne “”) {
loadVariablesNum(“winetasting_form.asp”, 0, “POST”);
gotoAndPlay(7);
}
}

Can anyone help?