HTML form problem

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


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 27th, 2007, 14:47
Junior Member
Join Date: Feb 2007
Location: Baltimore, MD
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
HTML form problem

Hello,

I am having trouble with a form I am working on.

It will only post the first field on the submit button and I am not sure why.Can anyone take a look and let me know what I am doing wrong?

http://www.scottsiskind.com/APPLY_NOW.html

It is supposed to send all information to my email. It only sends the first name info. I have gotten forms to work correctly like this before, and I can't see a difference in the code. If anyone knows what I am doing wrong, please let me know.

Thanks

Scott

Last edited by voodoo465; Sep 27th, 2007 at 14:49.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 27th, 2007, 14:54
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML form problem

I'll take a stab at it say it's the spaces you have in the name attributes to some of your input elements

try chaning
HTML: Select all
<input id="formElement_First" name="First Name" labelid="formLabel_First" />
to
HTML: Select all
<input id="formElement_First" name="FirstName" labelid="formLabel_First" />
Also ... the /> is when you use an XHTML doctype ... which you don't have ... you don't have a doctype.

I suggest grabbing HTML Strict doctype and remove the />
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 27th, 2007, 14:56
Emzi's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Manchester
Age: 25
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML form problem

I tested the form and I looked at the attachment it sent in Outlook, and the attachment had everything in it what I had filled in.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Sep 27th, 2007, 15:06
Junior Member
Join Date: Feb 2007
Location: Baltimore, MD
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML form problem

hmmm. that didn't seem to work. Emzi, can you try submitting the form to me so I can see if it goes through. Thank you guys for your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Sep 27th, 2007, 15:13
Emzi's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Manchester
Age: 25
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML form problem

I did. I filled in the form and clicked submit, and it used Outlook to send it as an email. Instead of having the text in the actual email though, it sent it as an attached file called POSTDATA.ATT - I opened that in notepad and everything was in it.

If it helps, the email address had the word kind in it (don't want to post all of your email address )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

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
[SOLVED] How to Validate a HTML Contact Form Xhmtl Web Page Design 2 Dec 9th, 2007 20:11
HTML form fields jasonjkd Web Page Design 2 Oct 15th, 2007 21:58
HTML Form jasonjkd Web Page Design 3 Oct 14th, 2007 18:53
Getting form results to email as an .html griffster122 Starting Out 1 May 29th, 2007 01:44


All times are GMT. The time now is 18:39.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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