DaveG wrote:
> 1] Using markup expressions in the PmForm form defintion. I don't seem 
> to be able to reference the PTV at this point though (I've tried 
> {$$ptv_varname}, {$:varname}):
> (:input pmform target="my target":)
> (:input default source="{*$FullName}":)
> (:input default request=1:)
> (:input default $:entrydate "{(ftime fmt="%d-%m-%Y %H:%M" 
> @{$$ptv_entrydate} )}":)
> (:input end:)
I was on an included page, and so needed to use
  (:input default $:entrydate "{(ftime fmt="%d-%m-%Y %H:%M"
  @{*$:entrydate} )}":)

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

Reply via email to