<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks, Randy -- that works with the pmform template, too....<div><br></div><div>(:pmform mailme anchor=rsvp:)</div><div><br></div><div>and added </div><div><div>[[#{$$anchor}]]</div></div><div>above (:messages:)</div><div><br></div><div><div><div><div>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">Crisses</font></p>

</div>
<br><div><div>On Dec 23, 2013, at 2:32 PM, Randy Brown wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">When using a pagelist/pmform template, is there any way to insert an anchor link into them?</span></blockquote><blockquote type="cite"><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">I can't add a simple anchor link [[#form]] to the template -- that doesn't work.  Is there another way to do it?</span><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "></blockquote></div><div><br></div><div>If you only have one pagelist result, you can try something like this:</div><div><br></div><div><div>[[{$FullName}#jumptohere|Jump to anchor within pagelist result]]</div><div>(:pagelist name={$FullName} fmt=#format anchor=jumptohere:)</div><div>(:if false:)</div><div>[[#format]]</div><div>This is above the anchor</div><div><br></div><div>[[#{$$anchor}]] </div><div>This is at the anchor</div><div><br></div><div>This is below the anchor</div><div>[[#formatend]]</div></div><div><br></div><div><div><div>Randy</div></div></div></div></blockquote></div><br></div></div></div></body></html>