How can I assign id to subject input box in simple machines forum?
- by Mahesh Bhat
I have installed the simple machines forum. For my requirement I need to change the subject input box.
Presently the subject input box has the following code
<input type="text" class="input_text" maxlength="80" size="80" tabindex="1" name="subject">
I want this to be changed like
<input type="text" id="subject" class="input_text" maxlength="80" size="80" tabindex="1" name="subject">
How can I do this? I browsed through many files in simple machines forum and couldn't find out. Anyone one simple machines forum please help me