MailStart Logo
Example 1 - Fixed Subject and Recipient  
In this example, the TO field has been hard coded to send email only to webmaster@somesite.com, therefore it has been removed. The CC field has also been removed since this email is only intended for the web master, and the Subject field has been removed and hard coded with 'Feedback'. The only fields the user needs to fill out is their e-mail address (FROM) and the message. Users do have the option to receive a carbon copy of the feedback, by checking the 'Send a carbon copy to myself' button. (See the HTML)

Form and HTML  
Send Feedback to the Webmaster
Fill in your e-mail address and enter a message to the webmaster in the fields below. You can optionaly check the 'send carbon copy to myself' box if you want this email to show up in your mailbox.
From:
Send a carbon copy to myself


Email Service powered by MailStart.Com



<table border="0" width="100%">
  <tr>
    <td align="center">
    <font face="Arial" size="2">
    <b>Send Feedback to the Webmaster</b>
    </font>
    </td>
  </tr>
  <tr>
    <td align="left">
    <font face="Arial" size="2">
    Fill in your e-mail address and enter a message to the webmaster in    the fields below. You can      optionaly check the 'send carbon copy to myself' box if you want this email to show up in your       mailbox.
    </font>
    </td>
  </tr>
  <tr>
    <td>
    <form action="http://cgi.mailstart.com/scripts/link.dll/ms.clsmain.aa" method="post">
    <input type="hidden" name="ac" value="se">
    <input type="hidden" name="fw" value="send_ext">
    <input type="hidden" name="blank" value="blank">
    <input type="hidden" name="to" value="bitbucket@mailstart.com">
    <input type="hidden" name="cc" value>
    <input type="hidden" name="subject" value="feedback">

    <table border="0" width="100%">
      <tr>
        <td align="right">
        <font face="Arial" size="2">From:</font>
        </td>
        <td>
        <font face="Arial" size="2">
        <input name="from" size="50">
        </font>
        </td>
      </tr>
      <tr>
        <td>
        &nbsp;
        </td>
        <td>
        <font face="Arial" size="2">
       <input name="ccself" type="checkbox" value="ON">
        Send a carbon copy to myself</font>
        </td>
      </tr>
    </table>
    <hr>
    <div align="center">
    <center>
    <p>
    <font face="Arial" size="2">
   <textarea cols="60" name="message" rows="15" wrap="virtual"></textarea>
    <input type="submit" value="Send This Mail!">
    <input type="reset" value="Clear Form">

    </font>
    </p>
    </center>
    </div>
   </form>
    </td>
  </tr>
</table>

<center>
<a href="http://mailstart.com/host/bindex.html">
<img alt="Email Service powered by MailStart.Com" border="0" height="33" src="http://images.mailstart.com/mailstart/ms_but.gif" width="90">
</a>
</center>

Modification rule of thumb

If you remove a field be sure to replace it with a hidden equivalent.  If you want to remove the 'carbon copy to myself' check box, just remove it without adding a hidden field equivalent. 

[ Back ]
Questions or comments? Contact MailStart
Copyright © 2000 MailStart
All rights reserved.