I'm sure this is an easy one for you php coders but I'm a bit confused as to what is currently populating my dropdown list as it is now. <br><p>I have created a CCK for user reference, but I would like the
default value(or selected value) of the dropdown list to be the current user but then list out the other users available, I'm not sure
of the code to use for the PHP Code portion of the default value.<br>
</p><div class="codeblock"><code>global $user;<br>return array(0 => array('value' => $user->name));</code></div>
<p>That's as far as I got. Sorry.<br></p><br clear="all"><br>-- <br>Chris McCreery