diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 171fb4500..86421ca4e 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -2456,6 +2456,16 @@ class e_form break; } + if(!empty($options['rows'])) + { + $rows = $options['rows']; + } + + if(!empty($options['style'])) + { + $height = "style='".$options['style']."'"; + } + // auto-height support /* $bbbar = '';