In the template I see:
But the $title isn't populating the text field. Is the variable incorrect? What is the correct method for getting the thread title to automatically fill in the subject box of a reply (of course the user can change it...)
H
Code:
<td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1"></normalfont> <smallfont>(Optional)</smallfont></td>
H
Comment