bspacer1 bspacer2
webmail hosting forum clients about

Computer Co-op, CornerNET Internet Gateway, and PJR Solutions is owned by PJR Sales & Service. Quality products and online services since 1991. We can be your
Complete Computer Connection

Hosting @ $5.95

Domains @ $16.98
Home PagePortal HomeClient AreaAnnouncementsKnowledgebaseSupport TicketsDownloadsRegister

Knowledgebase
You are here: Portal Home > Knowledgebase > Email Issues > Email HOW-TOs > How to submit web forms with FormMail?

How to submit web forms with FormMail?

FormMail is a quick and easy to use script that can e-mail you a form submitted on your website.

CornerNET customers don't have to install it as they have it pre-installed on each CornerNET account. It can be found at:

http://yourdomain.com/cgi-sys/formmail.pl

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="FormMail 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>

 

 

 



Was this answer helpful?

Add to Favourites
Print this Article

Also Read
How to pipe an email to a PHP script (Views: 7039)
How to configure my mail client? (Views: 9075)
Formmail Redirect (Views: 3328)
How to send an HTML mail message using Horde webmail? (Views: 2816)
How to download my messages instead of keeping them on the server? (Views: 2219)

Powered by WHMCompleteSolution


Copyright © 1994-2021 PJR Sales and Service All Rights Reserved