Jump to content

Form to Email


jonoc33

Recommended Posts

Hey guys.

I currently have a form which has the following.

 

<form action="submit1.php" method="post">
            <p class="text1">Fill in the form to sign up.</p>
            <p class="text1">Name<br />
                <input type="text" size="30" name="name">
                <br />
              Email address<br />
              <input type="text" size="30" name="email">
              <br />
              What forum you would like<br />
              <span id="spryselect1">
              <label>
              <select name="select" id="select">
                <option value="phpbb">PHP BB</option>
                <option value="smf">SMF</option>
                <option value="vbulletin">VBulletin</option>
              </select>
              </label>
              <span><br>
              </span></span><br />
            If VBulletin is selected, would you like VBadvanced (homepage)?<br>
            <label>
            <input type="checkbox" name="vbadvanced" id="vbadvanced">
            </label>
            </p>
            <p class="text1">If PHP BB is selected, would you like PHP Nuke (homepage)?<br>
                <label>
                <input type="checkbox" name="phpnuke" id="phpnuke">
                </label>
            </p>
            <p class="text1">If SMF is selected, would you like Tinyportal (homepage)?<br>
                <label>
                <input type="checkbox" name="tinyportal" id="tinyportal">
                </label>
            </p>
            <p>
              <input type="submit" value="Sign Up">
              <font face="arial" size="1">  </font>
              </center>
            </p>
                        </form>

 

Comes out like this:

 


Fill in the form to sign up.

Name
[box]
Email address
[box]
What forum you would like (THIS IS A DROPDOWN BOX)
PHPBB, SMF, VBulletin 

If VBulletin is selected, would you like VBadvanced (homepage)?
(TICKBOX)

If PHP BB is selected, would you like PHP Nuke (homepage)?
(TICKBOX)

If SMF is selected, would you like Tinyportal (homepage)?
(TICKBOX)

 

When it goes to submit1.php through the form, I need to send all the information to my e-mail ([email protected])

How would I go about doing this?

 

Or is there any script generators on the net that can allow me to do this? I've checked around google..

 

Thanks,

Jono

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/78765-form-to-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.