[SOLVED] Re: Is it possible to add attachments to the NMS Module?
Posted: Tue Jul 07, 2009 11:28 pm
Hi,
I think I may have found out to get this tag to work. I moved the tag to the end of the template as shown in the code below and it works perfectly so far. Hope this helps and maybe the admins could mark the main topic as solved if others can duplicate this success.
Jeff
I think I may have found out to get this tag to work. I moved the tag to the end of the template as shown in the code below and it works perfectly so far. Hope this helps and maybe the admins could mark the main topic as solved if others can duplicate this success.
Jeff
Code: Select all
</tr>
</table>
<br /><br />
{nms_attachment name='attachment' prompt='Attach File:'}
<__body>
</__html>