--- node_convert.module.orig 2009-06-06 13:55:08.063573364 -0700 +++ node_convert.module 2009-06-06 15:04:14.398150402 -0700 @@ -213,7 +213,7 @@ function node_convert_conversion_form($f } $form['source_field_'. $i] = array('#type' => 'value', '#value' => $source_field['field_name']); // Remember the source fields to be converted // The select populated with possible destination cck fields for each source field - $form['dest_field_'. $i] = array('#type' => 'select', '#options' => $options, '#title' => $source_field['field_name'] ." ". t("should be inserted into")); + $form['dest_field_'. $i] = array('#type' => 'select', '#options' => $options, '#default_value' => $source_field['field_name'], '#title' => $source_field['field_name'] ." ". t("should be inserted into")); // Print the current value of the source field if ($source_field['type'] == "image") {