itswill7 Posted May 28, 2013 Share Posted May 28, 2013 (edited) Hi guys i made a form with just 6 fields but im having trouble creating a php file to send the forms to my email. Please help, here's the html code for the form. <form name="form1" method="post" action="http:www.bpwebdesign.co.za/formmail.php"><p id="Company Name"><span id="CompanyTextField"> <input type="text" name="Company Name" id="Company Name"> </span> <label for="Company Name"></label>Company Name</p><p><span id="NameTextField"> <label for="Name4"></label> <input type="text" name="Name" id="Name4"> <span class="textfieldRequiredMsg">Your Name.</span></span></p> <p id="Phone Number"><span id="PhoneNumberTextField"> <input type="text" name="Phone Number" id="Phone Number"> </span> <label for="Phone Number"></label>Phone Number</p> <p><span id="EmailTextField"> <input type="text" name="Email" id="Email"> </span> <label id="Email"> Your Email<br> <br> You Have Chosen the starter package (10 Emails)</label></p> <p> <label for="How to Pay"></label> <select name="How to Pay" size="1" id="How to Pay"> <option>Per Month R20</option> <option>Quataly (Once in 3 months) R60</option> <option>Annual (12 Months) R240</option> </select> How would you like to pay? </p> <p> <input type="submit" name="Submit" id="Submit" value="Submit"> </p> <p> </p> </form> Edited May 28, 2013 by itswill7 Quote Link to comment Share on other sites More sharing options...
Muddy_Funster Posted May 28, 2013 Share Posted May 28, 2013 (edited) and the php for your email? EDT: Please use code tags when posting code - it makes everyones life much easier. Edited May 28, 2013 by Muddy_Funster Quote Link to comment Share on other sites More sharing options...
itswill7 Posted May 28, 2013 Author Share Posted May 28, 2013 Will this send the form submission to my private email? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.