<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Hans<br>
<br>
Well my 1st form was just an example to try to test my understanding
and the functionality before moving on to bigger/better things.<br>
Ideally I would want to have a number of inputs and for these to be
part of the body of an e-mail.<br>
So the user would then click submit and the information sent to the
recipient - I don't mind if this data is saved on the<br>
wiki somewhere too- that might be a good thing.!<br>
<br>
I tried your version:<br>
<pre wrap="">(:foxmessage test:)
(:fox test:)
(:foxtemplate "{$$comment}":)
(:input hidden foxfilter FoxNotify:)
(:input hidden foxnotify ListA:)
(:input text comment size=60 :)
(:input submit post Enter:)
(:foxend test:)</pre>
<br>
This was much better I now get ....<br>
<br>
" Successful post to <a class="wikilink"
 href="http://gsc-wiki.uk.sun.com/pmwiki/pmwiki.php/UK/Test?action=browse">UK.Test</a>
"    Message on clicking submit.!!<br>
The text typed into the text box is writtent to the page - below the
form <br>
An email is sent to me with the body as follows:<br>
<pre wrap="">Recent GSC-Wiki posts: 
<a class="moz-txt-link-freetext"
 href="http://gsc-wiki.uk.sun.com/pmwiki/pmwiki.php/UK.Test">http:// ...... /pmwiki/pmwiki.php/UK.Test</a> . . . March 12, 2008, at 10:55 PM by </pre>
<br>
I'm not sure I understand what the <br>
<pre wrap="">(:foxtemplate "{$$comment}":)</pre>
is doing.  I had tried <br>
<br>
(:foxmessage test:)<br>
(:fox test:)<br>
(:foxtemplate [[#default]]:)<br>
(:input hidden foxfilter FoxNotify:)<br>
(:input hidden foxnotify ListA:)<br>
(:input text comment size=60  :) <br>
(:input submit post Enter:)<br>
(:foxend test:)<br>
<br>
but that doesn't work at all - no message or e-mail.<br>
<br>
<br>
Thanks again for any tips<br>
<br>
Graham<br>
<br>
<br>
Hans wrote:
<blockquote cite="mid:1456497434.20080312224235@softflow.co.uk"
 type="cite">
  <pre wrap="">Wednesday, March 12, 2008, 8:55:31 PM, Graham Archer wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">(:foxmessage test:)
(:fox test:)
(:input hidden foxfilter FoxNotify:)
(:input hidden foxnotify ListA:)
(:input text comment size=60 :)
(:input submit post Enter:)
(:foxend test:)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Oh, no error message! Well it better produces an error, i better try
and fix it. You have no template specified, and no target.
No target is not so bad, as Fox will assume the current page as
target, but with no template Fox should abort.

I quite like to know what you want  to achieve with the form.
Just sending an email? No other action?

So for testing sake lets add a template. With it Fox will add to the
bottom of the page. Note that FoxNotify can only be used to send
email notifications on successful page saves. So it can't be used to
simply send an email. We need to save at least something somewhere,
even if it means only to change a PTV.

(:foxmessage test:)
(:fox test:)
(:foxtemplate "{$$comment}":)
(:input hidden foxfilter FoxNotify:)
(:input hidden foxnotify ListA:)
(:input text comment size=60 :)
(:input submit post Enter:)
(:foxend test:)

Now you may still not get any email send. Is there a
FoxTemplates.FoxNotifyTemplates page?

Let me know how it goes.
It may well be that FoxNotify needs an update too.


  ~Hans

  </pre>
</blockquote>
<br>
</body>
</html>