help with form submit

Started by laurie, February 27, 2012, 02:20:13 PM

laurie

I have been trying for over a week now to get my websites Emplyment appklication to be emailed to either myself or human resources. Noting I am doing is working.  and I am getting no help from teck support where my site is hosted. I use dreamweaver to write my code. I have tried mailto,cgi-bin/formmail.pl and I am at a loss. What am I doing wrong thanks
here is my beginning code
<form method="post" action="arcfayette.org/cgi-bin/formmail.pl">
<input type="hidden" name="recipient" value="laurie.watson@atlanticbbn.net" />
<input type="hidden" name="subject" value="employment application"/>

  <p>&nbsp;</p>
  <p>&nbsp;</p>
</form>
<form>
<h1 align="center">Arc Employment Application</h1>
<p align="center">2012</p>
<p align="center">&nbsp;</p>
<h3>&nbsp;</h3>
<h3 align="left"><u>Personal Information</u></h3>
<form action="cgi-bin/formmail.pl" method="post" enctype="text/plain" name="employmentApplicationnew" id="employmentApplicationnew">
  <p>
    <input name="recipient" type="hidden" value="laurie.watson@bbn.net" />
       <input name="subject" type="hidden" id="subject" value="Employment Application" />
  </p>
  <p> Name Last
    <input type="text" name="Employment Application" id="Employment Application" />
    &nbsp;&nbsp;<label for="first">First</label>
    <input type="text" name="first" id="first" />
    <label for="ss">Social Security No.</label>
    <input type="text" name="ss" id="ss" />
  </p>
  <p>
    <label for="textarea">Address</label>
    <textarea name="textarea" id="textarea" cols="45" rows="5"></textarea>
    <label for="textfield">Phone number</label>
    <input type="text" name="textfield" id="textfield" />
  </p>
  <p>
    <label for="textfield2">Referred by</label>
    <input type="text" name="textfield2" id="textfield2" />
  </p>
again thanks