Jump to content

E-mail Webform


Mesden

Recommended Posts

Can someone tell me specifically what I would need to add to this webform to be able to have the information E-mailed to me?Thanks :)

<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Application for Expert Status</title><link rel="stylesheet" type="text/css" href="view.css" media="all"><script type="text/javascript" src="view.js"></script></head><body id="main_body" >		<img id="top" src="top.png" alt="">	<div id="form_container">			<h1><a>Application for Expert Status</a></h1>		<form id="form_134652" class="appnitro" enctype="multipart/form-data" method="post" action="">					<div class="form_description">			<h2>Application for Expert Status</h2>			<p></p>		</div>									<ul >								<li id="li_1" >		<label class="description" for="element_1">Full Name: </label>		<div>			<input id="element_1" name="element_1" class="element text medium" type="text" maxlength="255" value=""/> 		</div> 		</li>		<li id="li_2" >		<label class="description" for="element_2">E-mail Address: </label>		<div>			<input id="element_2" name="element_2" class="element text medium" type="text" maxlength="255" value=""/> 		</div> 		</li>		<li id="li_3" >		<label class="description" for="element_3">Example Submission: </label>		<div>			<textarea id="element_3" name="element_3" class="element textarea medium"></textarea> 		</div><p class="guidelines" id="guide_3"><small>We want to see your your knowledge in action. Describe a scenario which relates to the role you are applying to, as well as a resolution of resolving that problem.</small></p> 		</li>		<li id="li_6" >		<label class="description" for="element_6">Education: </label>		<span>			<input id="element_6_1" name="element_6_1" class="element checkbox" type="checkbox" value="1" /><label class="choice" for="element_6_1">CompTIA A+ Certication</label><input id="element_6_2" name="element_6_2" class="element checkbox" type="checkbox" value="1" /><label class="choice" for="element_6_2">University Degree (Bachelor's, Master's Etc.)</label><input id="element_6_3" name="element_6_3" class="element checkbox" type="checkbox" value="1" /><label class="choice" for="element_6_3">High School Graduate</label><input id="element_6_4" name="element_6_4" class="element checkbox" type="checkbox" value="1" /><label class="choice" for="element_6_4">Other / Unlisted Certification</label>		</span> 		</li>		<li id="li_7" >		<label class="description" for="element_7">Years of Experience: </label>		<div>		<select class="element select medium" id="element_7" name="element_7"> 			<option value="" selected="selected"></option><option value="1" >< 6 Months</option><option value="2" >1-2 Years</option><option value="3" >3-5 Years</option><option value="4" >6-8 Years</option><option value="5" >> 9 Years</option><option value="6" >No Experience</option>		</select>		</div><p class="guidelines" id="guide_7"><small>Years of experience related to the role in which you are applying to.</small></p> 		</li>		<li id="li_4" >		<label class="description" for="element_4">Additional Comments related to your Education / Years of Experience: </label>		<div>			<textarea id="element_4" name="element_4" class="element textarea medium"></textarea> 		</div> 		</li>		<li id="li_5" >		<label class="description" for="element_5">Upload a Resume or Cover Letter: </label>		<div>			<input id="element_5" name="element_5" class="element file" type="file"/> 		</div>  		</li>								<li class="buttons">				<input type="hidden" name="form_id" value="134652" />								<input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" />		</li>			</ul>		</form>			<div id="footer">			Generated by <a href="http://www.phpform.org">pForm</a>		</div>	</div>	<img id="bottom" src="bottom.png" alt="">	</body></html>

Link to comment
Share on other sites

you need to use this to send a email..http://php.net/function.mailand if you did not visited the w3schools tutorials yethttp://w3schools.com/php/php_mail.asphttp://w3schools.com/php/php_secure_mail.asp

Link to comment
Share on other sites

i dont know any other more simplifier tutorials than w3schools site. the first link is the manual for refferance and last two for tutorials.here is http://www.tuxradar.com/practicalphp/15/5/0 another good tutorial which may be useful to you

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...