change size of textbox

This commit is contained in:
Nathan Coad
2018-05-22 13:23:50 +10:00
parent d1629c05ee
commit cf726772d6

View File

@@ -345,7 +345,8 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
'#value' => $body_value,
//'#value' => isset($form_state['values']['booking_email_body_custom']) ? $form_state['values']['booking_email_body_custom'] : '',
'#type' => $form_type,
'#format' => $form_format,
'#format' => $form_format,
'#rows' => 10,
);
$form['submit'] = array(