I&#39;m sure this is an easy one for you php coders but I&#39;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&#39;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 =&gt; array(&#39;value&#39; =&gt; $user-&gt;name));</code></div>
<p>That&#39;s as far as I got. Sorry.<br></p><br clear="all"><br>-- <br>Chris McCreery