Hi,
I would like to increase the maximum number of characters allowed in the text areas. Any hints?
thanks
Hi,
I would like to increase the maximum number of characters allowed in the text areas. Any hints?
thanks
I editing surveys/show_survey.php:
echo "<textarea name='user-answer-{$ques->ID}' rows='5' cols='30'
to
echo "<textarea name='user-answer-{$ques->ID}' rows='5' cols='90'
You must log in to post.