Author Topic: How to add a new textbox on member_mailform.html?  (Read 2224 times)

0 Members and 1 Guest are viewing this topic.

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
How to add a new textbox on member_mailform.html?
« on: April 14, 2005, 03:37:59 PM »
Hi everyone,

How can I add a new textbox on member_mailform.html
I want that the content in that textbox be included on the email with the message,



I have try adding this to the  member_mailform.html but it does not work:
Code: [Select]
       
           <tr>
            <td class="row2"><b>{lang_link}</b></td>
            <td class="row2"><input type="text" name="subject"  size="30" value="{link}" class="input" /></td>
          </tr>

Any idea