[pmwiki-users] page actions additional feature request or formtitle expand url?

2008-12-27 Thread david roundell
*bump* hello i'm trying to use wikiform and formtitle with [[?title]] to refer to an entry, for example, in the form of http://mydomain/index.php?n=Main.Abc123?title=Servername this displays the entry for 'Servername' which resides, for example on Main.00050. the above url shows the entry

Re: [pmwiki-users] PmForms Default value for input

2008-12-27 Thread DaveG
The answer is here: http://www.pmwiki.org/wiki/Cookbook/InputDefault Specify the default values separate from the (:input declarations. Note the lines with no prefix below. [[#entry-form]] (:input pmform target=tmp:) (:input default source={*$FullName} :) (:input default request=1 :)

Re: [pmwiki-users] Retain markup expressions inside input and textareas

2008-12-27 Thread DaveG
DaveG wrote: Docs and code suggest that $PmFormPostPatterns is used as the basis for text replacement in PmForms. However, setting in config.php: $PmFormPostPatterns = array(); Causes all text beyond the closing :) to be stripped. At the risk of talking to myself, it looks like the

Re: [pmwiki-users] Retain markup expressions inside in put and textareas

2008-12-27 Thread Petko Yotov
On Sunday 28 December 2008 04:23:09 DaveG wrote: DaveG wrote: Docs and code suggest that $PmFormPostPatterns is used as the basis for text replacement in PmForms. However, setting in config.php: $PmFormPostPatterns = array(); Causes all text beyond the closing :) to be stripped.