'textfield', '#title' => t('Company file'), '#description' => t('The full path to your quickbooks company file, e.g. C:\Data\MyCompany\MyCompany.qdb. If you leave this blank, applications will use the file that is currently open on your workstation.'), ); // Make sure the buttons show up someplace responsible. $form['buttons'] = array('#weight' => 10); return system_settings_form($form); }