<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div style="-webkit-text-size-adjust: auto;">I've never been good with forms so I'm hoping someone can offer some assistance.</div><div style="-webkit-text-size-adjust: auto;"><br></div><div style="-webkit-text-size-adjust: auto;">I have a page which I use as a daily journal. This page contains entries in the following form:</div><div style="-webkit-text-size-adjust: auto;"><br></div><div><div><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">[[#mmmYYYYDD]]</span></div><div><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">!!!$title</span></div><div><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">%stimestamp%MMMM DD, YYYY at HH:MM AM/PM%%[[<<]]</span></div><div><span style="-webkit-text-size-adjust: auto;">$entry</span></div><div><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">[[#endmmmYYYYDD]]</span></div><div><br></div><div>Explanation:</div><div>Line 1: beginning anchor in the form "jan201321"</div><div>Line 2: The title of the entry such as "Went shopping today"</div><div>Line 3: Timestamp in the form "January 21, 2013 at 12:00 PM" (timestamp is already defined in a groupheader)</div><div>Line 4: The body of the entry such as "Today I went shopping and saw an old friend.."</div><div>Line 5: End anchor in the form "jan201321"</div><div><br></div><div>I would like to create a form at the top of that page that will allow me to post an entry to the page without having to memorize all of the syntax. I read <a href="http://www.pmwiki.org/wiki/PmWiki/Forms">http://www.pmwiki.org/wiki/PmWiki/Forms</a> but it's all a bit overwhelming. I know I need the following:</div><div><br></div><div><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">    (:input form:</span></font><span style="background-color: rgba(255, 255, 255, 0); white-space: normal; font-family: UICTFontTextStyleBody;">)</span></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">(:input hidden name=n value={$FullName}:)</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">(:input for beginning anchor?:)</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">(:input for $title?:)</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">(:input for timestamp?:)  (separate text boxes for date and time and AM/PM?) (date picker?)</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">(:input for text body?:)</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">(:input for end anchor?:)</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">How to get the form to post to the page?</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="UICTFontTextStyleBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">(:input end:)</span></font><span style="font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, monospace; font-size: 0.9em; line-height: 1.2em; -webkit-text-size-adjust: auto; background-color: rgb(255, 255, 255);">
</span></pre></div><div><br></div><div>Can someone help me build this form? How do I specify markup syntax? How do I specify to which page to add the post? I'm not sure if I need specific cookbook recipes. I know there is commentboxplus but I would like to learn how to build this form to help me understand how forms work. I have a feeling I'll also learn how to create a nice looking date picker :)</div><br><span style="-webkit-text-size-adjust: auto;">Regards,</span><div style="-webkit-text-size-adjust: auto;">Rev. Ian MacGregor</div></div></body></html>