[pmwiki-users] MailForm recipe question

Moni Kellermann kellerfrau at gmail.com
Thu Aug 17 06:33:06 CDT 2006


Cheiron from Alimountas schrieb:
> i'm using the mailform recipe ( mailform_utf-8.zip
> http://www.pmichaud.com/wiki/Cookbook/MailFormin ) my
> pmwiki site and above the mailform the following text
> is shown
> mailform:Pm
> i do not want this text to be shown, is it possible?

Usually, this will only show up if you forgot to include the code like

     include_once('cookbook/mailform.php');
     $MailFormAddresses['Pm'] = 'pmichaud at pobox.com';
     $MailFormDefaultSender = 'wiki at example.com';


in your local/config.php.

If it IS in there, the words "mailform:Pm" should do nothing but create 
the mail form. If you have the mail form AND the words "mailform:Pm" as 
text, maybe there is one "mailform:Pm" too many on that page?

Kind regards,
moni k.




More information about the pmwiki-users mailing list