<html>
<body>
<font size=3>At Thursday 7/14/2005 07:31 AM, Hilde T Lauvset Rafaelsen
wrote:<br>
<blockquote type=cite class=cite cite="">I want to show the Custom Fields
in a drop down menu, rather than in a<br>
list.<br><br>
Does anybody know how I can tell RT to show CF in a drop down menu?
I<br>
assume there is a way to tell RT to show the database results in a
drop<br>
down menu?<br>
</blockquote><br>
I just made a mod to Elements/EditCustomFieldSelect to do this - I just
changed<br><br>
  size="<%$Rows%>"<br><br>
to <br><br>
  size="<% $Multiple ? $Rows : 1 %>"<br><br>
This will still display a multiple-select element as a multi-line list.
If you want ALL select elements to be displayed with just one line, you
could use size="1", or omit the size attribute
altogether.<br><br>
Steve<br>
</font></body>
</html>