Hans,

Thanks for your suggestions. I tried them, but the $$variable substitutions still don't get made. I even cut and pasted the code snippet below, to be sure.

So I replaced the powertools markup line and hardcoded the target name like this:

(:input hidden target 'MyGroup.MyPageBaseName-test1':)

I still get the same results. Fox *is* creating the page, it's just not doing the substitution.

Any other ideas on what could be wrong?

Randy

P.S.  $FoxPagePermissions['*.*'] = 'all'; and  $FoxAuth = 'ALWAYS';

On Mar 31, 2009, at 1:34 AM, Hans wrote:

Form:
(:fox nlform template=Form.MyTemplate:)
(:input hidden target '{$$(serialname MyGroup MyPageBaseName- )}':)
(:input text pagetitle size=40:)
(:input submit post "Submit":)
(:input end:)
(:foxend nlform:)


Template:
(:title $$pagetitle:)
PageName: $$target

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to