Hello!<br><br>I'm trying to integrate <a href="http://www.pmwiki.org/pmform/PmForm/Comments">http://www.pmwiki.org/pmform/PmForm/Comments</a> recipe to add comments functional to my pages. The only thing I need is to let my anonymous site's visitors add comments to pages. The problem is that posting this form deletes my Page Variables, existed on the page before. For example I have PV <b>ctime</b> and <b>author</b> and <b>title</b>, all of them are overwritten after posting: <i>ctime</i> and <i>title</i> become deleted, <i>author </i>overwrites with<b> </b>name provided by poster.<b><br>

<br></b>I want all these fields to keep intact, and just add something like<br><br>-> Posted by {$$guest} on {$$CurrentTime}<br>{$$text}<br><br>to my page content. What is the best way to do it?<br><br>Thank you!<b><br>

</b>