Click to See Complete Forum and Search --> : Form Mail Problem


shstar50
09-13-2004, 02:14 PM
Hello!

I have been asked to post my code that I am working on for being able to send a job application online, then redirecting it to a "Your application has been sent" page. Well, neither is working, and I used the code that my host administrator gave me for something similar. Could someone help me out with this?

Thank you so much in advance! Here's the page:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Job Application Sample 1</title>
</head>
<body>
<center><h1>Shooting Star Web Design Job Application</h1><p>

<form action="http://shootingstarwebdesign.com/cgi-bin/FormMail.pl" method="post">
<input TYPE=HIDDEN name="recipient" value="donna@shootingstarwebdesign.com">
<input TYPE=HIDDEN name="redirect" value="http://shootingstarwebdesign.com/jobappsent.html">
<input type="hidden" name="email" value="Shooting Star Web Design Job Application Page">
<input type="hidden" name="Form_Name" value="Job Application">
<input type="hidden" name="Subject" value="SSWD Job Application">




Full Name:<input type="text" NAME="full_name" SIZE="30"><p>
Address:<textarea name="address" rows=6 cols=40></textarea><p>
Phone:<input type="text" NAME="phone" SIZE="30"><p>
Email:<input type="text" NAME="email" SIZE="30"><p>
<b><u>Employment History</b></u><p>
Employer:<input type="text" NAME="job1" SIZE="30"><p>
From:<input type="text" NAME="job1_start_date" SIZE="10">To:<input type="text" NAME="job1_end_date" SIZE="10"><i>mm/dd/yr</i><p>
Position:<input type="text" NAME="job1_position" SIZE="30"><p>
Duties:<textarea name="job1_duties" rows=6 cols=40></textarea><hr><p>
Employer:<input type="text" NAME="job2" SIZE="30"><p>
From:<input type="text" NAME="job2_start_date" SIZE="10">To:<input type="text" NAME="job2_end_date" SIZE="10"><i>mm/dd/yr</i><p>
Position:<input type="text" NAME="job2_postition" SIZE="30"><p>
Duties:<textarea name="job2_duties" rows=6 cols=40></textarea><hr><p>
Employer:<input type="text" NAME="job3" SIZE="30"><p>
From:<input type="text" NAME="job3_start_date" SIZE="10">To:<input type="text" NAME="job3_end_date" SIZE="10"><i>mm/dd/yr</i><p>
Duties:<textarea name="job3_duties" rows=6 cols=40></textarea><hr><p>
<b><u>Education</b></u><p>
High School:<input type="text" NAME="High_School_Name" SIZE="30">Graduate?<input type="text" NAME="Graduate?" SIZE="6"><p>
From:<input type="text" NAME="High_School_Start_Date" SIZE="10">To:<input type="text" NAME="High_School_End_Date" SIZE="10"><i>mm/dd/yr</i><hr><p>
College:<input type="text" NAME="College_Name" SIZE="30">Degree:<input type="text" NAME="Degree" SIZE="15"><p>
From:<input type="text" NAME="College_Star_Date" SIZE="10">To:<input type="text" NAME="College_End_Date" SIZE="10"><i>mm/dd/yr</i><hr><p>
Technical School:<input type="text" NAME="Technical_School_Name" SIZE="30">Degree:<input type="text" NAME="Degree" SIZE="15"><p><p>
From:<input type="text" NAME="Technical_School_Start_Date" SIZE="10">To:<input type="text" NAME="Technical_School_End_Date" SIZE="10"><i>mm/dd/yr</i><hr><p>
<INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Submit Application">
<input type="Reset">
</form>
</body>
</html>

dancerman
09-13-2004, 02:36 PM
The "coce" that is needed is the FormMail.pl file.
It is the perl code or perl script file that likely spels out the requirements for handing your form results.

shstar50
09-13-2004, 11:40 PM
Think I gotcha...forgive me for my ignorance. This little detail is just kicking my butt for some reason. Hopefully I'll get a clue one day soon! Ok, so I'll ask my administrator for that FormMail.pl file. So sorry if I'm wearing your patience out on this one!!