Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Email Form works except for 1 input box?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Email Form works except for 1 input box?

 Post Reply Post Reply
Author
danielh68 View Drop Down
Newbie
Newbie


Joined: 04 May 2003
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote danielh68 Quote  Post ReplyReply Direct Link To This Post Topic: Email Form works except for 1 input box?
    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

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

Thanks in advance for your help.

DanH
Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mart Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
KCWebMonkey View Drop Down
Senior Member
Senior Member
Avatar
Go Chiefs!

Joined: 21 June 2002
Status: Offline
Points: 1319
Post Options Post Options   Thanks (0) Thanks(0)   Quote KCWebMonkey Quote  Post ReplyReply Direct Link To This Post Posted: 05 May 2003 at 10:38am

 



Edited by KCWebMonkey
Back to Top
danielh68 View Drop Down
Newbie
Newbie


Joined: 04 May 2003
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote danielh68 Quote  Post ReplyReply Direct Link To This Post Posted: 05 May 2003 at 8:02pm

Thanks Mart, what an improvement!

Thanks again for your help,

DanH

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.