first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

SonghaySystem.com mail <form/>; cold storage

<form method="post" action="#" name="frmEmail" style="visibility: hidden">

<input type="hidden" name="recipient" value="rasx@songhaysystem.com" /> <input type="hidden" name="subject" value="Songhay Mail" /> <input type="hidden" name="redirect" value="{$rootUri}mail/sent" /> <input type="hidden" name="required" value="email,body" />

<div class="MailerPageFormText"> <div>Please Enter Your Name:</div> <input name="realname" type="text" /> </div> <div class="MailerPageFormText"> <div>Please Enter Your E-Mail Address:</div> <input name="email" type="text" /> </div> <div id="MailerPageComments"> <div>Comments:</div> <textarea name="body" onfocus="this.wrap='soft'"></textarea> </div>

<ul id="MailerPageFormButtons"> <li> <input class="InputButton" type="button" onclick="{$onClickStatement}" value="Cancel" /> </li> <li> <input class="InputButton" type="reset" value="Clear" /> </li> <li> <input class="InputButton" id="SendMail" type="button" value="Send Message!" /> </li> </ul> <div style="clear:both;"></div>

</form>

mod date: 2008-12-12T19:56:20.000Z