diff --git a/booking.regn_form.inc b/booking.regn_form.inc index b1e8bf9..cd2b84c 100644 --- a/booking.regn_form.inc +++ b/booking.regn_form.inc @@ -328,7 +328,8 @@ function booking_form($node, &$form_state, $inserting = FALSE) '#title' => t('Ecclesia'), '#maxlength' => 100, '#autocomplete_path' => 'booking/ecclesia/autocomplete', - '#value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '', + //'#value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '', + '#default_value' => !empty($data->booking_ecclesia) ? $data->booking_ecclesia : '', ); } else {