By installing an email form on your web site, you can have your visitors send you an email through your web site. A picture of the what the email form will look like on your web site is shown below. You can also further customize the email form by going through our additional help files.
What the form looks like

The HTML code
<!-- Begin Email Form Code -->
<form method="post" action="/_ihnextras/cgi/cgishell.exe?replytovendor">
<input type="hidden" name="recipient" value="user@domain.com">
<pre>
Name: <input type="text" name="name" size="40">
Email: <input type="text" name="e-mail" size="40">
Subject: <input type="text" name="Subject" size="40">
Comments:
<textarea name="comments" cols="40" rows="8"></textarea>
<input type=submit value="Submit" name="submit"><input type=reset name="reset">
</pre>
</form>
<!-- End Email Form Code -->
Note: For user@domain.com, you will need to enter the email address where the form will be sent to.
How to install
For instructions on how to add the code into your web editor, click on your web editor below for specific instructions: