By jefflane on
How come this doesn't work? It's driving me nuts..
$form_state['values']['field_department'] = "jeff";
But this does work
$form_state['values']['field_department'] = $form_state['values']['field_subdepartment']; //works
Is there something special about this value where it cannot be a string? Send help!
Comments
forgot to mention that: <?php
forgot to mention that:
ok
Well, it seems I typically answer my post after writing it.. but here is an (maybe not THE) answer
seems to work OK.