[pmwiki-users] Foxnotify question

Hans design5 at softflow.co.uk
Wed Mar 12 17:42:35 CDT 2008


Wednesday, March 12, 2008, 8:55:31 PM, Graham Archer wrote:

> (:foxmessage test:)
> (:fox test:)
> (:input hidden foxfilter FoxNotify:)
> (:input hidden foxnotify ListA:)
> (:input text comment size=60 :)
> (:input submit post Enter:)
> (:foxend test:)

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




More information about the pmwiki-users mailing list