Get form emailed to me?

Change packages.html to packages.php and put the code I gave you on that page. Any other pages that link to packages.html will have to be changed to packages.php
 
ok, i will try that 🙂<br /><br />-- 31 Oct 2010, 17:09 --<br /><br />Ok, this is packages.html can you do it for me?

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Posting Packages - Forum Carnival</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>

<body>
	<div id="wrapper">
		<div id="sitename">
			<h1><a href="#">Forum Carnival</a></h1>
		</div>
		<div id="header">
			<h2>Welcome to Forum Carnival!</h2>
			<div class="tagline"><p>Forum Carnival is a site to help you and your forum. We Offer Posts, Reviews, Software Installations, Mod Installations and lots more all at a affordable price. Everything will be done in the time we give and all will be High Quality, don't believe us? Check out our&nbsp;<a href="/testomonials">Testomonials!</a></p>
			</div>
		</div>
		<div id="body" class="clear">
			<div id="sidebar" class="column-left">
				<ul>
                	<li>
						<h4>Links</h4>
                        <ul class="blocklist">
                            <li class="selected-item"><br />
							<li><a href="index.html">Home</a></li>
                            <li><a href="index.php">Forum</a></li>
                            <li><a href="testimonials.html">Testimonials</a></li>
                            <li><a href="/blog">Blog</a></li>
                            <li><a href="contact.html">Contact</a></li>
                        </ul>

					</li>	
					<li>
                    
                    <h4>Services</h4>
                        <ul class="blocklist">
                            <li class="selected-item"><li><a href="index.html">Posting Packages</a></li>
                            <li><a href="examples.html">Site Reviews</a></li>
                            <li><a href="#">Installations</a></li>
                            <li><a href="#">Other</a></li>
                            <li><a href="#">Checkout</a></li>
                        </ul>

					</li>	
					<li>
						
					<li>
						<h4>Sponsors</h4>
						<ul>
		
							<li><a href="http://www.forumspotlight.net/" title="Forum Spotlight">Forum Spotlight</a> -   Forum Spotlight showcases the best forums on the net. They are picked by our writers, so no sites pay their way on. There are also weekly battles and monthly tournaments!  </li>

							<li><a href="http://forumcarnival.com" title="premium templates">Your Site</a> - Get Your Site Here!</li>
							<li><a href="http://forumcarnival.com" title="premium templates">Your Site</a> - Get Your Site Here!</li>
						</ul>
					</li>
				</ul>
    </div>
			<div id="content" class="column-right">
              <h2>Posting Packages</h2>
                <p><strong>Posting Packages</strong>&nbsp;can be useful if you need a boost in activity on your forum, you can choose posts, topics or both!&nbsp;<em>(Forums Only)</em> All posts will be high quality with correct spelling and will always be On Topic. We will not post a introduction (unless asked) or in the general or forum games sections. (Unless asked) </p>
                <p>Either 1,2 or 3 people will complete your package.</p>
              <p>The Prices for posting packages are:</p>
                <table width="200" border="1">
                  <tr>
                    <th width="23%" scope="col">Package</th>
                    <th width="20%" scope="col">Posts</th>
                    <th width="21%" scope="col">Topics</th>
                    <th width="15%" scope="col">Cost</th>
                    <th width="21%" scope="col">Days to Complete</th>
                  </tr>
                  <tr>
                    <td>Small Package</td>
                    <td>5</td>
                    <td>3</td>
                    <td>$0.35</td>
                    <td>1-3</td>
                  </tr>
                  <tr>
                    <td>Medium Package</td>
                    <td>10</td>
                    <td>5</td>
                    <td>$0.50</td>
                    <td>2-4</td>
                  </tr>
                  <tr>
                    <td>Large Package</td>
                    <td>18</td>
                    <td>10</td>
                    <td>$1.00</td>
                    <td>4-6</td>
                  </tr>
                  <tr>
                    <td>XL Package</td>
                    <td>30</td>
                    <td>15</td>
                    <td>$1.50</td>
                    <td>6-10</td>
                  </tr>
                  <tr>
                    <td>Custom Package</td>
                    <td>$0.03 Per Post</td>
                    <td>$0.05 Per Topic</td>
                    <td>N/A</td>
                    <td>N/A</td>
                  </tr>
                </table>
                <p>&nbsp;</p>
              <p>Payment Must made before the package starts, if you have any complaint with the quality of the posts or posting in places we shouldnt we will have a look and if we think we have made a mistake we will give you more posts or a refund.</p>
                <p>To order please fill out the following form and hit submit, a email will be sent to you telling you that we have recived it then a following email to tell you whether it has been accpeted or rejected. </p>
                
                
                
            
              <form action="<?php echo htmlentities($_SERVER['PHP_SELF']); ?>" method="post" enctype="text/plain">
  

                <p>Name:<br>
  <input type="text" size="30" name="name"><br><br>
                  
                  Email:<br>
  <input type="text" size="30" name="email"><br><br>
                  
                  Forum Name::<br>
  <input type="text" size="30" name="forum_name"><br><br>
                  
                  Forum URL:<br>
  <input type="text" size="30" name="forum_url"><br><br>
                  
                  Package Wanted:<br>
  <select name="package">
  <option value="small">Small</option>
  <option value="medium">Medium</option>
  <option value="large">Large</option>
  <option value="xl">XL</option>
  <option value="custom">Custom</option>
</select>
<br>
                </p>
                <p> Extra Notes (Please Include where to post and where not to post, if it is a custom package please post how many posts, topics you want and post your paypal email.) <br>
  <textarea name="other" cols="40" rows="10"></textarea>
                  <br />
  <br />
  <input type="submit" value="Submit">
                </p>
                <p>&nbsp;</p>
              </form>
              </p>
</div>
		</div>
		<div id="footer" class="clear">
			<p class="left">&copy; 2010 Forum Carnvial</p>
			<p class="right">Design by <a href="http://www.spyka.net">Free CSS Templates</a> and <a href="http://www.justfreetemplates.com">Free Web Templates</a></p>
		</div>
	</div>
</body>
</html>

and the style.css

Code:
/** global **/
body {
	margin:0px auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background:#fff url('images/body-bg.jpg') repeat-x;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
th, td {
	padding:5px 10px;
}
th {
	color:#fff;
	border-top:3px solid #082659;
	background-color:#0C3A87;
}
td {
	border-bottom:1px solid #f4f4f4;
}
code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
p {
	line-height:1.9em;
	margin-bottom:20px;
}
a {
	color:#0D3C84;
}
a:hover {
	color:#FFFFFF;
}
a:focus {
	outline:none;
}
fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
fieldset form input.formbutton {
	margin-left:150px;
	background:#0C3A87;
	border:none;
	border-bottom:3px solid #082659;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
	font-size:13px;
}
h1 {
	font-size:45px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	color:#061C41;
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	padding:0 0 5px;
	margin:0;
}
h3 {
	font-family:Arial,Helvetica,sans-serif;
	color:#0D357B;
	font-size:20px;
	padding-bottom:10px;
}
h4 {
	font-family:Arial,Helvetica,sans-serif;
	padding-bottom:10px;
	font-size:15px;
	color:#0C3A85;
}
h5 {
	padding-bottom:10px;
	font-size:13px;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}


/** wrapper **/
div#wrapper {
	width:920px;
	margin:0px auto;
	padding:0;
}


/** sitename **/
div#sitename h1 {
	font-size:48px;
	letter-spacing:-5px;
	margin:0;
	height:82px;
	padding:18px 0 0;
}
div#sitename h1 a,
div#sitename h1 a:hover {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

/** header **/
div#header {
	padding:50px 0 40px;
	margin:0 auto;
	height:111px;
	background:transparent url('images/header-bg.jpg') no-repeat;
}
div#header h2 {
	color:#ffffff;
	padding-bottom:0;
	font-weight:normal;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	font-size:32px;
	letter-spacing:0;
}
div#header div.tagline {
	color:#C2D7F9;
	font-size:14px;
	padding-bottom:10px;
	font-family:Arial,Helvetica,sans-serif;
}
div#header div.tagline a {
	color:#ffffff;
}


/** body **/
div#body {
	padding:10px 0;
	background:#fff url('images/content-bg.jpg') repeat-x scroll top left;
}


/** content+sidebar styles **/
div#content {
	width:600px;
}
div.column-left {
	float:left;
	margin-right:20px;
}
div.column-right {
	float:right;
}
div#sidebar {
	width:268px;
}
div#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#sidebar li ul {
	margin-bottom:20px;
	width:250px;
}
div#sidebar li ul li {
	display:block;
	padding:12px 10px;
	border-bottom:1px solid #ddd;
	color:#777;
}
div#sidebar li ul li a {
	color:#333;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
div#sidebar li ul li a:hover {
   color:#fff;
   font-weight:bold;
   background:transparent url('images/item-selected.jpg') no-repeat;
}


div#sidebar li ul.blocklist li {
	padding:0;
}
div#sidebar li ul.blocklist li.selected-item  {
	border-bottom:none;
}
div#sidebar li ul.blocklist li.selected-item a:hover {
	text-decoration:none;
}
div#sidebar li ul.blocklist li a {
	color:#666;
	width:260px;
	display:block;
	padding:13px 10px;
}
	div#sidebar li ul.blocklist li a:hover {
	color:#FFFFFF;
	width:260px;
	display:block;
	padding:13px 10px;
}

div#sidebar h4 { 
	color:#0C367E;
	font-family:arial;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:7px 10px;
}


/** footer **/
div#footer {
	padding:20px 20px;
	color:#fff;
	border-top:1px solid #ccc;
}
div#footer p {
	color:#666;
	margin:0;
	font-size:11px;
	width:50%;
}
div#footer p.left { float:left; }
div#footer p.right { float:right; text-align:right; }
div#footer p a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #999;
}



/** clear fix **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
.clear {
	display: block;
}
 
Back
Top Bottom