'; $form_state['values']['macro'] = '$content = '. var_export($content, 1) .';'; $form_state['values']['op'] = t('Import'); // Call the submit function directly. // Using drupal_execute() leads to problems with the form_state when called // again within this submit function. content_copy_import_form_submit($form, $form_state); }