This commit is contained in:
Nathan Coad
2018-05-22 13:08:14 +10:00
parent ceeef4837c
commit 03e6b91b2d

View File

@@ -281,7 +281,7 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
$submit_button_disabled = TRUE;
}
else {
watchdog('booking_debug', 'booking_emails_custom_ajax_form user has selected email type');
watchdog('booking_debug', 'booking_emails_custom_ajax_form user has selected email type ' . $form_state['input']['email-type']);
$emailtype = $form_state['input']['email-type'];
$subject_value = $form_state['input']['booking_email_subjectline_custom'];
$body_value = $form_state['input']['booking_email_body_custom']['value'];