l.html into the public_html directory. To get the code for Formmail, go to the following link http://simplehost.com/tutorials/form.txt 2 Edit the formmail.html code in public_html directory. Editing means changing the values of form action( set the formaction path as http://domainname/cgi-bin/formmail.cgi , the domain name, email address to which the email is supposed to be send( keep that as the main email account of this domain), the next page that is to be shown after clicking the submitt button( make a new page called thank you html in the public_html directory) etc...( Since we have taken example codes from internet). 3 Copy the formmail script from cgi-sys to cgi-bin. cp /usr/local/cpanel/cgi-sys/formmail.cgi home/account name/public_html/cgi-bin/ 4 Change the mode chmod 755 formmail.cgi 5 Change the ownership using chown command and chgrp command (WE must change the ownership because otherwise ...Internal server error arises. Thus changing the ownership from root) chown username formmail.cgi chgrp username formmail.cgi 6. Acess the page using the url domainname/formmail.html