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 (jono@revolutiongamerz.net)

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