Forms...................................

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



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

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 9th, 2003, 18:41
Junior Member
Join Date: Sep 2003
Location: United Kingdom
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Forms...................................

Hi! Could someone edit this feedback form so it'll be sent to:
gamersplace@tiscali.co.uk
I really can't do forms! Anyways here the code I'm using:
Code: Select all
<form action="?page=contact" method="post" name="emailform">
          <table align="center" border="0" class="windowbg">
            <tr> 
              <td>Your name:</td>
              <td><input type="text" size="24" name="name" value=""></td>
            </tr>
            <tr> 
              <td>Your email:</td>
              <td><input type="text" size="24" name="email" value=""></td>
            </tr>
            <tr> 
              <td>Comments:</td>
              <td><textarea name="message">Comments Here</textarea></td>
            </tr>
            <tr> 
              <td></td>
              <td><input type="submit" name="submit" value="Send"> <input type="reset" name="reset" value="Reset"></td>
            </tr>
          </table>
</form>
Thanks!

  #2 (permalink)  
Old Oct 9th, 2003, 19:12
Junior Member
Join Date: Oct 2003
Location: United Kingdom
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Ive never tried this but....


try

<form action= mailto:"EMAIL ADDRESS HERE">

Sam Lad
(Hope that helps)
  #3 (permalink)  
Old Oct 9th, 2003, 20:43
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">gamersplace writes:
<input type="submit" name="submit" value="Send"><hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

Change this line to:

<input type="hidden" value="Type your subject here:" name="subject">
<input type="hidden" value="gamersplace@tiscali.co.uk" name="recipient">
<input type="hidden" value="reply from site" name="title">
<input type="hidden" value="type the URL of the page you want them taken too after they hit the submit button here" name="redirect"></td>



<input type="submit" name="submitButtonName" value="Whatever you want button to say">


Thats all you should have to do. if it doesnt work let me know and I will just make you one and explain to you exactly what I did as I go line by line. Hope that helps you!
  #4 (permalink)  
Old Oct 9th, 2003, 21:47
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by señorbadger

Ive never tried this but....


try

<form action= mailto:"EMAIL ADDRESS HERE">

Sam Lad
(Hope that helps)
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

That will send the data, but in raw format... So spaces will be replaced with + signs and any symbols are replaced with character codes! It's pretty unreadable!
  #5 (permalink)  
Old Oct 10th, 2003, 05:57
Junior Member
Join Date: Oct 2003
Location: United Kingdom
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
O right cos i use a ASP script to process it now but thanks i wondered what that does
  #6 (permalink)  
Old Oct 10th, 2003, 11:42
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
you need a form processing script, either an asp page or formmail.pl

Look at the FAQ's on your hosting companies website, the answer should be in there.
  #7 (permalink)  
Old Oct 10th, 2003, 16:03
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for posting that smokie, I didnt think about telling him that... Also, if you have Frontpage, try using that. It will do it all for you!!! Unless your hosting company doesnt have Frontpage support, then your forms wont work.
Closed Thread

Tags
forms

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
Forms crackafaza Web Page Design 3 Aug 13th, 2007 02:16
Forms acrikey Web Page Design 13 Aug 6th, 2007 21:31
JS and Forms roki13 JavaScript Forum 1 Jun 6th, 2007 15:28
forms mickc90 PHP Forum 3 Aug 1st, 2006 22:06
forms atomicant_2005 JavaScript Forum 15 Dec 9th, 2005 16:09


All times are GMT. The time now is 02:33.


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