m |
m |
||
Line 21: | Line 21: | ||
<div align=justify>This defines to which email address you want the emails from your form to be sent. | <div align=justify>This defines to which email address you want the emails from your form to be sent. | ||
− | Finally, add the following line to the code of the page your form is located on: | + | Finally, add the following line to the code of the page your form is located on:</div> |
'''<form action="http://www.yourdomain.com/cgi-bin/formmail.pl" method="post" name="frmContact" id="frmContact">''' | '''<form action="http://www.yourdomain.com/cgi-bin/formmail.pl" method="post" name="frmContact" id="frmContact">''' | ||
− | This specifies the path to your formmail script. | + | <div align=justify>This specifies the path to your formmail script. |
Now you should be able to receive mails sent from the contact form on your website.</div> | Now you should be able to receive mails sent from the contact form on your website.</div> |