[pmwiki-users] PMform
Jeroen de Vries
Halsteren at gmail.com
Tue Jan 24 14:33:01 CST 2012
Op Mon, 23 Jan 2012 23:45:27 +0100 schreef DaveG <pmwiki at solidgone.com>:
>
>
> On 1/23/2012 5:09 PM, Jeroen de Vries wrote:
>> Hello,
>>
>> I have difficulty installing the PMform on my website. I just was
>> wandering is this line like seen on the installation manual not missing
>> something?
>>
>> $PmForm['reference'] = 'subject="Email from '.$WikiTitle.'"
>> mailto=yourname at example.com form=#yourform fmt=#yourformpost
>> from=myname at myexample.com;
>>
>> Is there a ' missing? When I'll add this line of code in config.php the
>> website doesn`t run anymore.
> I can't comment on whether the line is correct, but you do need a single
> quote at the end, before the semi-colon:
> $PmForm['reference'] = 'subject="Email from '.$WikiTitle.'"
> mailto=yourname at example.com form=#yourform fmt=#yourformpost
> from=myname at myexample.com';
>
>
> ~ ~ Dave
Thanks Dave
Jeroen
More information about the pmwiki-users
mailing list