Little Help on a FORM

This is a discussion on "Little Help on a FORM" within the Web Page Design section. This forum, and the thread "Little Help on a FORM 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 31st, 2006, 21:14
New Member
Join Date: Jul 2006
Location: oklahoma
Age: 18
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Little Help on a FORM

The FORM SCRIPT below is somethign for my website. Is it possible whenever users on the website fill out the form, and push submit, the information sends to my email.


Code: Select all
form method="post" action="send.asp">
<p>
 Desired Username: <input type="text" name="Username">
</p>
<p>
 Desired Password: 
<input type="text" name="Password">
</p>
<p>
 Confirm Password: 
<input type="text" name="Password">
</p>
<p>
 Your Message: <br>
 <textarea cols="20" rows="5" name="Message">
</textarea>
</p>
 <input type="hidden" name="URL" 
    value="<%= Request.ServerVariables("HTTP_REFERER")%>
 <input type="submit" value="Register" name="SUBMIT">
 <input type="reset" value="Clear" name="RESET">
</form>
Reply With Quote

  #2 (permalink)  
Old Jul 31st, 2006, 22:06
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: Little Help on a FORM

Yes you need either asp or php depending on your host.
Reply With Quote
  #3 (permalink)  
Old Jul 31st, 2006, 22:46
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Little Help on a FORM

Check out the php forum. This question has been answered soooo many times.
Reply With Quote
  #4 (permalink)  
Old Aug 1st, 2006, 14:19
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,738
Blog Entries: 1
Thanks: 0
Thanked 17 Times in 17 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Little Help on a FORM

Unless he doesn't have PHP and needs to use CGIemail

http://www.he.net/info/cgiemail/demo.html
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
little, help, form

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 20:52.


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