View Single Post
Join Date: Nov 2008
Posts: 42
Reputation: squarkman is an unknown quantity at this point 
Solved Threads: 0
squarkman squarkman is offline Offline
Light Poster

Simple ASP.NET form

 
0
  #1
Dec 4th, 2008
I am using an existing .aspx form that will submit a few fields and a comment box. It actually works! Now, I open that form in Dreamweaver and copy...let's say...the NAME field and all its guts in the td section for it, and reinstance it to NAME2 in a few places.

When I upload and check it out, sure enough the field is there.
But when the form is submitted, there is no mention of the new field NAME2 or of course the data that was placed in it.

Why?

How can the text box show up in the generated HTML but when filled with data, the date doesn't get sent in the email?

I hope the answer lies in the aspx file that we're talking about and not that...oh, you have to go into XXXXXX.aspx and tell that file to expect NAME2 or something crazy like that.

If anyone is interested here's the url
http://www.airedale911.org/a.aspx
and I can email them the aspx code also.

Thanks
Last edited by squarkman; Dec 4th, 2008 at 3:00 pm.
Reply With Quote