form help please

This is a discussion on "form help please" within the Web Page Design section. This forum, and the thread "form help please are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 11th, 2005, 23:47
Junior Member
Join Date: Apr 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
form help please

i made an order form but i dont know how to make it send the information typed to an email address.

Code: Select all
<html>
<head>
<style type="text/css">
input.text {
font-family: verdana;
font-size: 10px;
border: solid black 1px;}
textarea {
font-family: verdana;
font-size: 10px;
border: solid black 1px;}
</style>
</head>

<body style="
scrollbar-base-color: 73BDBD;
scrollbar-track-color: white;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: 73BDBD;
scrollbar-darkshadow-color: white;
scrollbar-shadow-color: 73BDBD;
scrollbar-arrow-color: black;">

<font face="verdana" size="1">
<form method="post" action="thanks.htm">
		First name:
<input type="text" name="fname" class="text">

		Last name:
<input type="text" name="lname" class="text">

		Email:
<input type="text" name="email" class="text">

		Address:
<input type="text" name="address" class="text">

		Apt. #:
<input type="text" name="aptnum" class="text">

		City:
<input type="text" name="city" class="text">

		State:
<input type="text" name="state" class="text">

		Zip code:
<input type="text" name="zip" class="text">

		Country:
<input type="text" name="country" class="text">


		Means of payment:

		<input type="checkbox" name="check" value="check">Check

		<input type="checkbox" name="moneyorder" value="moneyorder">Money Order

		(choose only one)


		Items wanted (list full item name):
<textarea name="question_text" rows="5" cols="50"></textarea>


		<center>Before you submit please double check your information.

		<input type="submit" value="submit" style="font-size:8pt; font-family: verdana;"></center>
</font>
</form>
</body>
</htm>


i dont know if that was even needed but help would be niiiice. thank you.
Reply With Quote

  #2 (permalink)  
Old Jul 11th, 2005, 23:57
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
hey

to send this info to an email address you would need a server side script that would process the info in the forms and send it to a email address.
firstly, what script does your host support (for example php,asp...)
Reply With Quote
  #3 (permalink)  
Old Jul 12th, 2005, 00:11
Junior Member
Join Date: Apr 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
its going to be a .tk site. & im not sure what they support
Reply With Quote
  #4 (permalink)  
Old Jul 12th, 2005, 00:15
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
no .tk are just domain forwarding, do you know where the pages are stored?
Reply With Quote
Reply

Tags
form, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hiding / Showing form fields based on previous form input John Alexander Hopper PHP Forum 1 Mar 10th, 2008 11:30
form variable within an iframe component of a form kissfreaque PHP Forum 3 Feb 29th, 2008 13:06
form variable within an iframe component of a form kissfreaque JavaScript Forum 5 Feb 29th, 2008 11:57
[SOLVED] PHP contact form redirect to same form Posie PHP Forum 14 Jan 29th, 2008 20:28
ASP form to check weather a form value is already in the database Andrew1986 Classic ASP 3 Oct 25th, 2007 08:23


All times are GMT. The time now is 21:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43