Hi. I want to paste this code into an email and let a recipient reply using the fields supplied. Every way I try to do it though results in seeing the code instead of the form. Is there anyone that can help this novice?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Graduate Confirmation Email</title>
<p>Thank you for registering at your Graduate Web. Your application for an account is pending approval. Please reply to this email with the following information to complete your registration. This procedure protects job listings from use by the general public.
</p>
<p> </p>
<p>Email & Name (as it was when you attended the Institute):
<form>
First Name:<br />
<input type="text" name="first_name" />
<br/>
Last Name:<br />
<input type="text" name="last_name" />
<br/>
Email Address:<br />
<input type="text" name="email" />
</form>
<p>Program from which you graduated: </p>
<p>
<input type="checkbox"name="program" value="Location 1" />
program 1 <br/>
<input type="checkbox"name="program" value="Location 1" />
program 2 <br/>
<input type="checkbox"name="program" value="Location 1" />
program 3 <br/>
<input type="checkbox"name="program" value="Location 1" />
program 4
<p>Please provide the location you attended:<br/>
<p>
<input type="checkbox"name="Location" value="location 1" />
I attended the location 1<br/>
<input type="checkbox"name="Location" value="location 2" />
I attended the location 2<br/>
<input type="checkbox"name="Location" value="location 3" />
I attended the location 3<br/>
<input type="checkbox"name="Location" value="location 4" />
I attended the location 4<br/>
Month you graduated:<br />
<input type="text" name="month" />
<br/>
Year you graduated:<br />
<input type="text" name="year" />
<br/>
Once we have verified the information you are supplying, you will recieve another email containing informatoin about how to log in, set your password and other details.
Thanks again for registering for the Graduate Web!!
</p>
<p>Sincerely,</p>
<p> </p>
<form>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Graduate Confirmation Email</title>
<p>Thank you for registering at your Graduate Web. Your application for an account is pending approval. Please reply to this email with the following information to complete your registration. This procedure protects job listings from use by the general public.
</p>
<p> </p>
<p>Email & Name (as it was when you attended the Institute):
<form>
First Name:<br />
<input type="text" name="first_name" />
<br/>
Last Name:<br />
<input type="text" name="last_name" />
<br/>
Email Address:<br />
<input type="text" name="email" />
</form>
<p>Program from which you graduated: </p>
<p>
<input type="checkbox"name="program" value="Location 1" />
program 1 <br/>
<input type="checkbox"name="program" value="Location 1" />
program 2 <br/>
<input type="checkbox"name="program" value="Location 1" />
program 3 <br/>
<input type="checkbox"name="program" value="Location 1" />
program 4
<p>Please provide the location you attended:<br/>
<p>
<input type="checkbox"name="Location" value="location 1" />
I attended the location 1<br/>
<input type="checkbox"name="Location" value="location 2" />
I attended the location 2<br/>
<input type="checkbox"name="Location" value="location 3" />
I attended the location 3<br/>
<input type="checkbox"name="Location" value="location 4" />
I attended the location 4<br/>
Month you graduated:<br />
<input type="text" name="month" />
<br/>
Year you graduated:<br />
<input type="text" name="year" />
<br/>
Once we have verified the information you are supplying, you will recieve another email containing informatoin about how to log in, set your password and other details.
Thanks again for registering for the Graduate Web!!
</p>
<p>Sincerely,</p>
<p> </p>
<form>
</html>