PDA

View Full Version : ASP Form Sends Email, but no Data?


Danielh68
05-03-2003, 06:05 PM
Hi, I'm creating this asp form that requires data to be passed from one page to the next. Anyhow, my form submits fine, however the only information displayed in the email is "Email 3:". I'm puzzled. There doesn't seem to be anything obviously wrong with the code neighboring the bodytxt "Email 3:". I scrutinized the line above it, too...and, looked over the overall code. Does anything standout that's responsible for the glitch?

Since I'm a beginner, anyone's expertise or comments is greatly welcomed.
Thanks,
Dan

BTW here is the link to the form:
http://www.blitzdesign.net/proto/renewal_form_1.asp

Here is the code that makes up the form:
http://www.blitzdesign.net/proto/form1.htm
http://www.blitzdesign.net/proto/form2.htm
http://www.blitzdesign.net/proto/form3.htm

arnyinc
05-05-2003, 04:02 PM
On the final page (whatever form3.htm corresponds to) I would put in a bunch of response.write statements to make sure everything is being defined and setup as you intend.

Write out the values of bodytxt and some of the request.form fields to make sure you are getting what you expect.

Danielh68
05-06-2003, 12:38 AM
arnyinc ,

Things are working now. Thanks for all your help, much appreciated.

--DanH