Hello all, as far as I understand it should be possible to use additional (brought to drupal by ckk) form element just in the form definition in the hook_form hook isn't it. In my case like this:
$form['userref'] = array('#type' => 'userreference_autocomplete',....
In the result you do see the autocomplete field like normal by when you type something it all the users registered are visible in the suggestion list. Is this a bug, an feature not available yet or a bug. Or is it not possible for any cck contributed element to be used in the hook_form hook? Please help cause I can figure it out from the code of drupal and there is as far as I know no information about this available online.