Form problems......

This is a discussion on "Form problems......" within the Web Page Design section. This forum, and the thread "Form problems...... 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 Jun 2nd, 2006, 13:23
Junior Member
Join Date: Jun 2006
Location: Derbyshire
Age: 29
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Form problems......


Hello

I have just created a website and am wanting to put a form on there so people can submit queries to me. I have created the form and when submitted I get an e-mail but no matter what details I put in the form it just comes through blank.

Can anyone help me? Below is my code.....


<fieldset>
<legend>Name:</legend>
<legend>
<input type="text" name="textfield">
</legend>
</fieldset>
<fieldset>
<legend>Company:</legend>
<legend>
<input type="text" name="textfield2">
</legend>
</fieldset>

<fieldset>
<legend>Contact number:</legend>
<legend>
<input type="text" name="textfield2">
</legend>
</fieldset>

<fieldset>
<legend>E-mail:</legend>
<legend>
<input type="text" name="textfield2">
</legend>
</fieldset>

<fieldset>
<legend>Query:</legend>
<legend>
<textarea name="textarea"></textarea>
</legend>
</p>
<form action="http://www.it-solutions.uk.net/formtoe-mail/FormMail.cgi" method="post">
<input type="hidden" name="recipient" value="service@it-solutions.uk.net">
<input type="hidden" name="subject" value="Website query">
<input type="hidden" name="redirect" value="http://www.it-solutions.uk.net/thankyou.html">

<input value="Submit Query" type="submit">
</form>



All help creatly appreciated!

Kind regards

Sjc
Reply With Quote

  #2 (permalink)  
Old Jun 2nd, 2006, 14:24
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

Have you set up a file to process the form and mail you the contents? If not you are not actually transfering any of the fields you've named and your email will arrive blank.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #3 (permalink)  
Old Jun 2nd, 2006, 14:29
Junior Member
Join Date: Jun 2006
Location: Derbyshire
Age: 29
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form problems......

Thanks for the reply mate.

Where would this file be? Upoaded into the ftp?

I am hosted with heart internet and I used thier automatic thingy to set it up.......

If you tell me what to look for I will check.....

Cheers
Reply With Quote
  #4 (permalink)  
Old Jun 2nd, 2006, 14:37
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

I am not familiar enough with a hosting/internet companies CGI network. The best thing to do is have a form which has its own processor. You could do a search for a simple contact form and use one that isn't provided.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #5 (permalink)  
Old Jun 2nd, 2006, 15:39
Junior Member
Join Date: Jun 2006
Location: Derbyshire
Age: 29
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form problems......

Without being too much of a pain that still means nothing to me.....

I have never tried this before so forms with own processors means zilch!

Reply With Quote
  #6 (permalink)  
Old Jun 2nd, 2006, 15:56
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

No problem once I get off work, I'll be able to whip up a few things for you. If you dont mind waiting till this evening?
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #7 (permalink)  
Old Jun 2nd, 2006, 15:59
Junior Member
Join Date: Jun 2006
Location: Derbyshire
Age: 29
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form problems......

No course not mate!

Your a star!

Reply With Quote
  #8 (permalink)  
Old Jun 2nd, 2006, 16:16
Junior Member
Join Date: Jun 2006
Location: Derbyshire
Age: 29
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form problems......

Halt the solutions!

I solved the problem, because I desgned it ina weird way I had the text field above the instructions (see code above) I swapped them round and its working great!!!!

Thanks again for your replies mate

Reply With Quote
  #9 (permalink)  
Old Jun 2nd, 2006, 16:29
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

No problem.. Let me know if you do want to get away from the CGI form.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #10 (permalink)  
Old Jun 2nd, 2006, 17:26
Junior Member
Join Date: Jun 2006
Location: Derbyshire
Age: 29
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form problems......

I woudl always like another option. I have only tried this for the first time today and its worked quite well......

If there are better options I woudl be willing to have a go though!

Cheers
Reply With Quote
  #11 (permalink)  
Old Jun 2nd, 2006, 17:53
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

I'll work something up and post it here for you and others tonight.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #12 (permalink)  
Old Jun 5th, 2006, 14:46
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Form problems......

Quote:
Originally Posted by jpmitchell
I'll work something up and post it here for you and others tonight.
If you could whip something up for me along those lines That'd be great, My boss has just been asking me about getting some forms on our intranet. I don't have much experience with them so any help would be apreciated.

Cheers.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #13 (permalink)  
Old Jun 5th, 2006, 14:50
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

No sweat - I'll post it this evening (6-5), as I have it all ready to go when I get home. I'll have the files zipped up and attached to if it'll let me.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #14 (permalink)  
Old Jun 6th, 2006, 02:30
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

As promised here is the zip attachment with a sample contact form. I also created an online demo for it to.
Incase you can't see the attachment to the post, visit: http://www.focusedtutorials.com/2006...-contact-form/ to download it.
Attached Files
File Type: zip contact.zip (2.3 KB, 33 views)
Last Blog Entry: Whats in a name? (Feb 20th, 2008)

Last edited by jpmitchell; Jun 6th, 2006 at 03:08.
Reply With Quote
  #15 (permalink)  
Old Jun 6th, 2006, 13:34
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Form problems......

Oh right, PHP forms...

Could be aproblem as PHP isn't running on our server atm... lol

Thanks for the help though man.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #16 (permalink)  
Old Jun 6th, 2006, 13:43
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form problems......

Do you have server-side scripting?
Reply With Quote
  #17 (permalink)  
Old Jun 6th, 2006, 13:55
Junior Member
Join Date: Jun 2006
Location: Derbyshire
Age: 29
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form problems......

Thanks a lot mate - I currently know nothing about php but am starting to learn......

Works wonders aswell!

Diamond

Reply With Quote
  #18 (permalink)  
Old Jun 6th, 2006, 13:58
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Form problems......

No problem.

@minute44 - what is running, I could whip up something for you that may work. (would asp work, as I have one for that too).
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #19 (permalink)  
Old Jun 6th, 2006, 14:24
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Form problems......

Quote:
Originally Posted by jpmitchell
No problem.

@minute44 - what is running, I could whip up something for you that may work. (would asp work, as I have one for that too).
Cheers for the offer, It's just being hosted on IIS at the moment, there are plans to move it over to apache with PHP running so Soon enough the forms you've already done should be ok.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
Reply

Tags
form, problems

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
[SOLVED] Data From Form To Database Input Problems longstand PHP Forum 6 Oct 12th, 2007 15:54
form submission and mailing problems........aaaagh Gerry Web Page Design 3 Mar 15th, 2007 10:27
problems with form processing tooie Classic ASP 3 Apr 26th, 2006 17:34
Contact Form Problems.... courtjester Classic ASP 1 Jun 10th, 2004 22:06


All times are GMT. The time now is 03:28.


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