1
I have this field in my downloads:
$sform->addElement( new XoopsFormText( _MD_PLATFORMC, 'platform', 50, 80 ), false );
I wish to make it a select field instead of a text field with these options in it:
Hora do Rush
Simcity 4
Windows
I know it is something like this:
$sform->addElement( new XoopsFormLabel( _MD_PLATFORMC, 'my options somewhere here?' ) );
Any help? Easiest way?