diff --git a/e107_plugins/faqs/faqs_shortcodes.php b/e107_plugins/faqs/faqs_shortcodes.php index 0371da21a8..9a94400f34 100644 --- a/e107_plugins/faqs/faqs_shortcodes.php +++ b/e107_plugins/faqs/faqs_shortcodes.php @@ -337,7 +337,7 @@ function sc_faq_submit_question($parms=null) { $text .= $frm->open('faq-ask-question','post'); //TODO LAN ie. [x] character limit. - $text .= "
".$frm->textarea('ask_a_question','',3, 80 ,array('required' => true, 'maxlength' => $this->questionCharLimit, 'minlength' => $this->questionCharMinLimit, 'size' =>'xxlarge', 'placeholder' =>LAN_FAQS_012, 'wrap' =>'soft'))." + $text .= "
".$frm->textarea('ask_a_question','',3, 80 ,array('required' => true, 'maxlength' => $this->questionCharLimit, 'minlength' => $this->questionCharMin, 'size' =>'xxlarge', 'placeholder' =>LAN_FAQS_012, 'wrap' =>'soft'))."
".$this->questionCharLimit." ".LAN_FAQS_013."
".$frm->submit('submit_a_question',LAN_SUBMIT)."
"; $text .= $frm->close();