Email from html form...please help

Status
Not open for further replies.

club_pranay

Nokia 7110 to iPhone 5
Joined
Apr 23, 2004
Messages
636
a month back i got a domain registered through net4domains.com and hosting by economicalhost.com
now i plan to put up a enquiry page for our company having fields like

name
firm
contact number
email
requirements
etc.

i have made the form page in frontpage but i am really confused in setting up the "<form action" tab. i want all the info entered in the form to be mailed to enquiry@mycompany.com.

i am not quite into cgi and perl kind of a things. please help

cpanel said:
General server information:

Operating: system Linux
Service Status: Click to View
Kernel version: 2.4.20-021stab028.5.777-enterprise
Machine Type: i686
Apache version: 1.3.33 (Unix)
PERL version: 5.8.4
Path to PERL: /usr/bin/perl
Path to sendmail: /usr/sbin/sendmail
Installed Perl Modules: Click to View
PHP version: 4.3.10
MySQL version: 4.0.23-standard
cPanel Build: 9.9.9-STABLE 15
Theme: cPanel X v2.5.0
Documentation: Click to View
 

Kl@w-24

Slideshow Bob
Joined
Apr 2, 2004
Messages
1,689
Try this :

Code:
<form method="POST" action="mailto:enquiry@mycomapny.com">

Paste ur form data after this.
 

tuxfan

Technomancer
Joined
Feb 4, 2004
Messages
2,608
The method that Kl@w-24 has suggested could work, but will annoy the users simply because it will use their email client and also give them a warning :shock:

It is better to use CGI. cPanel has the form emailer installed by default in most cases. Just read the documentation. It will tell you how to do it. That is how I learnt it in the first place. If you somehow fail to understand, I will try to explain. :)
 
OP
club_pranay

club_pranay

Nokia 7110 to iPhone 5
Joined
Apr 23, 2004
Messages
636
i am also looking for something like that tuxfan suggested... i'll have a look at the documentation again
 

tuxfan

Technomancer
Joined
Feb 4, 2004
Messages
2,608
Here're the necessary links. They should get you up and running soon :D

The cgiemail home page
The cgiemail user guide
The cgiemail example page
The cgiemail webmaster guide
 
Status
Not open for further replies.
Top