I'm using a Mambo component (Remository) to output details about files for download. The code below shows what's there at the moment.
$this->fileOutputBox(_CUSTOM_4,'custom_4',$file->custom_4,25);
This creates a simple text box for the user to enter details in. However, in some fields I want to limit the options available by having a select drop down box.
In other fields I may want to supply the values in the select drop down from other fields in the db.
Can anyone point me in the right direction please?
Thanks,
Simon