FormMail is a quick and easy to use script that can e-mail you a form submitted on your website.
SiteGround customers don't have to install it as they have it pre-installed on each Siteground account. It can be found at:
http://yourdomain.com/cgi-sys/formmail.cgi
All scripts using FormMail should be set standardly. Here is a simple example for a contact form script:
<FORM ACTION="/cgi-sys/formmail.cgi" METHOD="POST">
<input type=hidden name="recipient" value="yourmail@yourdomain.com">
<input type=hidden name="subject" value="Siteground Test">
<BR>
<BR>
<TABLE>
<TR>
<TD>Name:</TD>
<TD>
<input type=text name="name">
</TD>
</TR>
<TR>
<TD>Feedback:</TD>
<TD>
<input type=text name="feedback">
</TD>
</TR>
<TR>
<TD>
<input type="reset" value="Reset" name="Reset">
</TD>
<TD>
<input type="submit" value="Submit" name="Submit">
</TD>
</TR>
</TABLE>
</FORM>
You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!