Jump to content

Sending form reg to my email


itswill7

Recommended Posts

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>

post-155418-0-10848900-1369722630_thumb.png

Link to comment
https://forums.phpfreaks.com/topic/278459-sending-form-reg-to-my-email/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.