Using the Feedback Form

To use the feedback form, use the following HTML tags:

<form method="post" action="http://www.sarawaknet.com/cgi-bin/sendmail.pl">
<input type="hidden" name="receipient" value="webmaster@<name>.sarawak.gov.my">
<input type="hidden" name="redir_url" value="http://anywhere.com">
<table border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td>Sender's Full Name</td>
    <td><input type="text" name="name"></td>
  </tr>
  <tr>
    <td>Sender's E-mail Address:</td>
    <td><input type="text" name="email"></td>
  </tr>
  <tr>
    <td>Subject:</td>
    <td><input type="text" name="subject"></td>
  </tr>
  <tr>
    <td>Message:</td>
    <td><textarea name="content" cols="80" rows="15"></textarea></td>
  </tr>

  <tr>
    <td> </td>
    <td><input type="submit" value="Submit"></td>
  </tr>
</table>
</form>

There are six main fields that are needed in order for the feedback form to work:

For both Receipient's E-mail Address and Redirection URL are should all be set to hidden (see sample HTML form above)

Back to SarawakNet.com