<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi Hans<br>
<br>
I am indeed using Foxnotify through Fox form.<br>
<br>
The&nbsp; </font>(:foxmail template=EMailTemplatePage
target=EmailTargetListPage:)
works really well in that the subject line in the e-mail header now
correctly picks up the subject line defined in the specified template.<br>
However now the subject line is also appearing in the e-mail body iself.<br>
<br>
In the template I have:<br>
<blockquote>[[#subject]]<br>
New Billto Request <br>
[[#subjectend]]<br>
  <br>
..... template ......<br>
</blockquote>
at the top of the template - and the words&nbsp; <b>New Billto Request</b>
appear&nbsp; not only in the Subject line of the e-mail header but- exactly
as formatted in the wiki template, on the first lines inside the e-mail
body.<br>
<br>
I'm not sure how I can overcome this?<br>
<br>
Thanks<br>
<br>
Graham<br>
<br>
<br>
Hans wrote:
<blockquote cite="mid:423513345.20080918145308@softflow.co.uk"
 type="cite">
  <pre wrap="">Thursday, September 18, 2008, 1:36:09 PM, Graham Archer wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap=""> I'm not sure if there is a typo in the suggestion above: i.e. ""$FoxNotifyListsGroup ......
 I tried it with single " which produces the result I mentioned above, and with "" quotes around
 $FoxNotifyListsGroup.FoxNotifyTemplatesA which gives me a nasty php error.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
the double "" is certainly an error.
Try the code with inserting the group name for $FoxNotifyListGroup,
I think the default is 'FoxNotifyLists', but you may have your own
location.

If you evoke FoxNotify through a submission of a Fox form, you could
add to the form a markup like
(:foxmail template=EMailTemplatePage target=EmailTargetListPage:)

and so specify particular email template pages (each with its own
custom subject line etc) for different forms, or have one out of several
versions of the above markup conditionally displayed.


  ~Hans


_______________________________________________
pmwiki-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>
<a class="moz-txt-link-freetext" href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a>
  </pre>
</blockquote>
</body>
</html>