"Darrell Gammill" <[EMAIL PROTECTED]> writes: > Look back a the output of 'print $b->current_form()->dump();' Do you > see where the option for 'Anthropology' appears by itself? This is > because the HTML is not being parsed right. The following line seems to > be the offender: > > <option value="ANT" > Name="Anthropology">Anthropology</option> > > The 'Name' attribute seems to be confusing the form parser so > Anthropology is not one of the available options.
I don't believe that this can confuse HTML::Form. It does not care about the Name attribute at all. Care to explain better what you think happens here? Regards, Gisle Aas
