Print Page | Close Window

Email Form works except for 1 input box?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=2416
Printed Date: 29 March 2026 at 2:58pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Email Form works except for 1 input box?
Posted By: danielh68
Subject: Email Form works except for 1 input box?
Date Posted: 04 May 2003 at 12:53pm
Hi,

I got this form working, it collects and sends data just fine; however, there's one input box that refuses to work. I've analyzed it, recreated it, I just don't know what to do anymore. This is the code I have for the input box:

*********************************************************
<textarea name="journey" cols="60" rows="8" class="inputboxes" id="journey">
*********************************************************

The form is broken into three pages, this value is passed to the final page into an invisible field, such as:

**********************************************************
<input type="hidden" name="journey" value="<%= request.form("journey") %>">
**********************************************************

Then, lastly, I have the Mail.Body (Mail.Body=bodytxt) as such:

*********************************************************
bodytxt = bodytxt & "--------------------" & vbcrlf
bodytxt = bodytxt & "Describe your spiritual journey." & vbcrlf
bodytxt = bodytxt & "--------------------" & vbcrlf
bodytxt = bodytxt & "Description: " & journey & vbcrlf
**********************************************************

Still, I receive all the other information from the form except the data from "journey".

The actual form can be found at:
http://www.blitzdesign.net/proto/renewal_form_1.asp" target=_new>http://www.blitzdesign.net/proto/renewal_form_1.asp

The actual code to the forms can be found at:
http://www.blitzdesign.net/proto/form1.htm" target=_new>http://www.blitzdesign.net/proto/form1.htm
http://www.blitzdesign.net/proto/form2.htm" target=_new>http://www.blitzdesign.net/proto/form2.htm
http://www.blitzdesign.net/proto/form3.htm" target=_new>http://www.blitzdesign.net/proto/form3.htm

Thanks in advance for your help.

DanH



Replies:
Posted By: Mart
Date Posted: 05 May 2003 at 8:51am

Remove the bit I highlighted in red and see if it works (I don't think the ID is alowed to be the same as the name).

<textarea name="journey" cols="60" rows="8" class="inputboxes" id="journey">

Martin.



Posted By: KCWebMonkey
Date Posted: 05 May 2003 at 10:38am

 



Posted By: danielh68
Date Posted: 05 May 2003 at 8:02pm

Thanks Mart, what an improvement!

Thanks again for your help,

DanH




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net