'; $form_values['macro'] = '$content = '. var_export($content, 1) .';'; $form_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['id'], $form_values); }