Wednesday, June 11, 2008, 7:09:00 PM, Scott Smith wrote:

> Here's a snippet--

> ||'''References:'''||(:input textarea cols=80 rows=10:) ||

> So, you're saying it should be (:input textarea references "{$:references}"
> cols=80 rows=10:)

No. name=$:references refers to the PTV name 'references'

Actually your form snippet works fine for me, like in this form
(and no need for quotes anywhere):
-----
(:foxmessage:)
(:fox frm ptvtarget={$FullName}:)
||
||'''References:'''||(:input textarea name=$:references cols=80 rows=10:) ||
(:input submit post Enter:)
(:foxend frm:)

references: blabla
-----

With this form I can post directives of form (:....:),
if I have set in config
   $EnablePostDirectives = true;

If I don't set this, then the directive gets 'disarmed' by converting
the (: .... :) into (: ..... #x3a;)

If it does not work for you, then please provide a complete example!
Parts of forms are not much use for analising!


  ~Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to