itswill7 Posted May 28, 2013 Share Posted May 28, 2013 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> Link to comment https://forums.phpfreaks.com/topic/278459-sending-form-reg-to-my-email/ Share on other sites More sharing options...
Muddy_Funster Posted May 28, 2013 Share Posted May 28, 2013 and the php for your email? EDT: Please use code tags when posting code - it makes everyones life much easier. Link to comment https://forums.phpfreaks.com/topic/278459-sending-form-reg-to-my-email/#findComment-1432675 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? Link to comment https://forums.phpfreaks.com/topic/278459-sending-form-reg-to-my-email/#findComment-1432684 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.