ouchthathurts
Power Member
- Feb 16, 2011
- 622
- 812
Hey guys,
Was wondering if someone could help me turn this html code into a working php script that emails me the details, I dont need to worry about captcha because I have a content lock box that pops up after they click submit.
Any help would be greatly appreciated as my coding skills are minimum
*Edit* Wow wrong section no idea how that happened - Mods could you move this over to PHP, Sorry!
Was wondering if someone could help me turn this html code into a working php script that emails me the details, I dont need to worry about captcha because I have a content lock box that pops up after they click submit.
Code:
<div class="sign-up-form">
<p>Sign up for this awesome service, <em>it'll only take a second!</em></p>
<ul>
<li><label>First Name</label>
<input type="text" /></li>
<li><label>Last Name</label>
<input type="text" /></li>
<li><label>Email Address</label>
<input type="text" /></li>
<li><label>Website</label>
<input type="text" /></li>
</ul>
Any help would be greatly appreciated as my coding skills are minimum
*Edit* Wow wrong section no idea how that happened - Mods could you move this over to PHP, Sorry!