<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hans,</div><div><br></div>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.<div><br></div><div>So I replaced the powertools markup line and hardcoded the target name like this:</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">(:input hidden target 'MyGroup.MyPageBaseName-test1':)</span></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: pre-wrap;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: pre-wrap;">I still get the same results. <span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; white-space: normal; ">Fox *is* creating the page, it's just not doing the substitution.&nbsp;</span></span></font></div><div><br></div><div>Any other ideas on what could be wrong?&nbsp;</div><div><br></div><div>Randy</div><div><br></div><div>P.S.&nbsp;&nbsp;$FoxPagePermissions['*.*'] = 'all'; and&nbsp;&nbsp;$FoxAuth = 'ALWAYS';&nbsp;</div><div><br><div><div>On Mar 31, 2009, at 1:34 AM, Hans wrote:</div><blockquote type="cite"><div><br>Form:<br>(:fox nlform template=Form.MyTemplate:)<br>(:input hidden target '{$$(serialname MyGroup MyPageBaseName- )}':)<br>(:input text pagetitle size=40:)<br>(:input submit post "Submit":)<br>(:input end:)<br>(:foxend nlform:)</div></blockquote><br><blockquote type="cite"><div><br>Template:<br>(:title $$pagetitle:)<br>PageName: $$target<br></div></blockquote></div><br></div></body></html>