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

Edited by itswill7
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.