From 82a39e44e35836e434c4c9fa2b794f6692bcd22a Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 17 Sep 2019 16:22:20 +1000 Subject: [PATCH] test --- booking.regn_form.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {