Combobox form field.
Choices must be added to field before adding field into a form object.
Example
var combo : FvComboField = new FvComboField( "Your primary pccupation", true ); combo.addChoice( "basket-ball" ); combo.addChoice( "football" ); combo.addChoice( "actionscript" ); combo.addChoice( "nothing...too tired" );
new FvComboField()