Been searching for hours... how in the heck do I display 3 select boxes all on the same line???
Here's my code:
$form1 .= form_select(t('AM#1'), 'am1', $ams->amid1, $options, null, 0, false, false);
$form1 .= form_select(t('AM#2'), 'am2', $ams->amid2, $options, null, 0, false, false);
$form1 .= form_select(t('AM#3'), 'am3', $ams->amid3, $options, null, 0, false, false);
Before you say