<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT size=2><FONT face=Arial>O<SPAN class=624425613-03112008>k, so I
needed to create easy forms for people to send e-mails to me as the
administrator, so I installed pmforms (<A
href="http://www.pmwiki.org/wiki/Cookbook/PmForm">http://www.pmwiki.org/wiki/Cookbook/PmForm</A>).
I used of course the pmform page for the configuration (<A
href="http://www.pmwiki.org/pmform/PmForm/MailForm">http://www.pmwiki.org/pmform/PmForm/MailForm</A>).
I followed the directions as followed:</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008></SPAN></FONT></FONT> </DIV><FONT face=Arial><SPAN
class=624425613-03112008>
<OL>
<LI><FONT size=2>Download </FONT><A class=urllink
href="http://pmwiki.org/pmwiki/uploads/Cookbook/pmform.zip" rel=nofollow><FONT
size=2>pmform.zip</FONT></A><FONT size=2> and extract it to your PmWiki
directory on your server </FONT>
<LI><FONT size=2>Modify your <CODE>local/config.php</CODE> or other local
customization file, enabling PmForm<BR clear=all>include_once("</FONT><A
class=varlink
href="http://www.pmwiki.org/pmform/PmWiki/PathVariables#FarmD"><CODE
class=varlink><FONT size=2>$FarmD</FONT></CODE></A><FONT
size=2>/cookbook/pmform.php"); </FONT></LI></OL>
<DIV><SPAN class=624425613-03112008><FONT size=2>On my
wiki's Site.LocalTemplates</FONT></SPAN></DIV>
<OL>
<LI><FONT size=2>Create wiki page called Site.LocalTemplates if it doesn't
exist already </FONT>
<LI><FONT size=2>Modify Site.LocalTemplates, editing the form code creating
the form and the mail output </FONT>
<LI><FONT size=2>Inserting the referenced form name into any wiki page (you'll
create and name your forms in Site.LocalTemplates) </FONT></LI></OL>
<DIV><SPAN class=624425613-03112008><FONT size=2>Then: on <A
href="http://www.pmwiki.org/pmform/Site/PmFormTemplates">Site/PmFormTemplates</A> (on
my own wiki)</FONT></SPAN></DIV>
<DIV><SPAN class=624425613-03112008><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=624425613-03112008>[[#mailform]]<BR>(:template defaults
successpage='' :)<BR>(:input pmform target={$$target}
successpage={$$successpage} :)<BR>(:input default
request=1:)<BR>(:messages:)<BR>||width='' <BR>||$[Your address]: ||(:input text
from size=30:) ||<BR>||$[Subject]: ||(:input text
subject size=30:) ||<BR>$[Message]:\\<BR>(:input textarea text rows=8
cols=60:)\\<BR>(:input submit name=post value='$[Send]':)<BR>(:input
end:)<BR>[[#mailformend]]<BR></SPAN></DIV>
<DIV><SPAN class=624425613-03112008><FONT size=2>local
config:</FONT></SPAN></DIV>
<DIV><SPAN class=624425613-03112008><FONT size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=624425613-03112008><SPAN lang=EN>
<P>##To send e-mails with this form processing engine:</P>
<P>$PmForm['<SPAN class=624425613-03112008>mailfun</SPAN>'] = <A
href="mailto:'mailto=myemail@example.com">'mailto=<SPAN
class=624425613-03112008>myemail</SPAN>@<SPAN
class=624425613-03112008>example</SPAN>.com</A> form=#mailform
fmt=#mailpost';</P>
<P>$PmForm['<SPAN class=624425613-03112008>mailfun2</SPAN>'] = <A
href="mailto:'mailto=myemail2@example.com">'mailto=<SPAN
class=624425613-03112008>myemail2</SPAN>@<SPAN
class=624425613-03112008>example</SPAN>.com</A> form=#mailform fmt=#mailpost';
</P></SPAN></DIV></SPAN></SPAN></FONT>
<DIV><FONT size=2><FONT face=Arial><SPAN class=624425613-03112008>Then, the
problems started after I created 2 separate forms. Basically, both are
supposed to be used to send e-mails to me at different addresses. Also,
both have different functions. Originally I only had mailfun installed,
but then I also created mailfun2. After creating mailfun2, mailfun
dissappeared.</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008></SPAN></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN class=624425613-03112008>I have not
tested mailfun as of yet, since I am currently in the process of uploading my
PMWiki site online. However, now only mailfun2 seems to process, although
I get a whole bunch of errors and the e-mail that I send doesn't arrive.
That could be, however, because I'm still running my wikisite from a USB stick
(wiki on a stick).</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008></SPAN></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN class=624425613-03112008>Anyone have
any ideas on how to fix this problem?</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008></SPAN></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008>Thanks,</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008></SPAN></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008>Chris</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial><SPAN
class=624425613-03112008></SPAN></FONT></FONT> </DIV>
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px">
<DIV
style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px"> </DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV>
<DIV
style="PADDING-BOTTOM: 4px; PADDING-TOP: 4px"> </DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV>
<DIV align=left><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV></BODY></HTML>