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

DaveG pmwiki at solidgone.com
Fri Dec 26 16:51:14 CST 2008


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.

  ~ ~ Dave

DaveG wrote:
> Currently when using PmForms, if the user enters markup in a textarea, 
> and saves, the returned data inserts a space between the parentheses, 
> and the colon.
> 
> User enters:
> (:somemarkup:)
> 
> Post-Save:
> ( :somemarkup: )
> 
> This is probably as a security measure. Is there a to disable this, and 
> retain the exact text that was entered?
> 
>   ~ ~ Dave
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> 



More information about the pmwiki-users mailing list