'select', '#description' => 'Make change to an existing Tripal site', '#options' => $sites, '#default_value' => $tripal_site, '#ajax' => array( 'callback' => "tripal_ws_tripal_sites_form_ajax_callback", 'wrapper' => "tripal-ws-tripal_sites-form", 'effect' => 'fade', 'method' => 'replace' ), ); // Add/Edit a new tripal site if ($tripal_site != 0) { $form['tripal_site_info']['name'] = array( '#title' => t('Name of Site'), '#type' => 'textfield' ); $form['tripal_site_info']['url'] = array( '#title' => t('URL'), '#type' => 'textfield' ); $form['tripal_site_info']['description'] = array( '#title' => t('Description'), '#type' => 'textfield' ); $form['submit_button'] = array( '#type' => 'submit', '#value' => t('Save'), '#name' => 'save' ); } $form['#prefix'] = '