<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-size: 13px; ">I've used the Powertools recipe to create a form through which a user can create a new page, but I apparently don't know how to replace the $$variables in the page's template.&nbsp;</span><div><div style="font-size: 13px; "><br></div><div style="font-size: 13px; ">My form looks something like this:</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">(:fox nlform template=Form.MyTemplate:)
<span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; white-space: normal; ">NewPageName:&nbsp;<span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">{$$(serialname MyGroup MyPageBaseName- )}</span></span>
(:input hidden target '{Form.MyForm$:NewPageName}':)
(:input hidden pagename 'NewPageName':)
(:input text pagetitle size=40:)</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;">(:input submit post "Submit":)
(:input end:)
(:foxend nlform:)</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;"><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;">The MyTemplate page contains:</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;"><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;">(:title $$pagetitle:)
PageName: $$pagename</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;"><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;"><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">Does the Powertools recipe not handle $$variable substitution, or am I doing something wrong?&nbsp;</span></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;"><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;"><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; ">Randy</span></span></font></div></div></body></html>