2
Hello,
edit the file called /xoops/modules/contact/contactform.php
and change the line :
Quote:
$comment_textarea = new XoopsFormTextArea(_CT_COMMENTS, "usersComments", $comment_v);
with :
Quote:
$comment_textarea = new XoopsFormTextArea(_CT_COMMENTS, "usersComments", $comment_v,2,30);
Bye,
Hervé