4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: ascanio on April 14, 2005, 03:37:59 PM

Title: How to add a new textbox on member_mailform.html?
Post by: ascanio 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,

(http://members.cox.net/jaime/textbox.jpg)

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