[solved] CGFeedback template question
Posted: Fri Oct 02, 2009 9:39 pm
I'd like to shorten the 'Additional Comments:' field in the 'Comment Form Template' for CGFeedback 1.0.2
the problem i'm running into, is all that is listed is:
which generates the following html:
The value that i wish to override is the 'cols="80"'
Where/How can i do this?
the problem i'm running into, is all that is listed is:
Code: Select all
{$input_comment}
Code: Select all
<textarea name="mdc880comment" cols="80" rows="15"></textarea>
Where/How can i do this?