Click to See Complete Forum and Search --> : help! implement posters email address to total order form


ducatigirl
08-14-2003, 09:52 PM
I have an order form price list and it calculates the totals but when i try and put a 'get email' into it the totals dont work, in fact when i try to change any of the code the totals dont work.
I got the code from this site a few months ago.Can you please help? Also a thank you window pops up weather you confirm order or go back, I need it to only do it when you confirm order. I have been asking my hosters for the asp where the form goes but they are really slack!!!!!! so it goes to a free form hander.So I get the email thats fine but there is no senders email address and that makes it worthless.
the address of the form is www.bunburywebdesign.com/pages/price.htm
Thank you very much, I am really stuck!

Fang
08-15-2003, 03:21 AM
When you add an input tag for the clients email address did you add a value attribute?

<TR>
<TD align=middle colSpan=3>Your Email address: <input name="song17" type="text" value="nobody@home.com" /></TD>
</TR>

Before the form is sent you must check that a valid email address has been entered and change the default value to the entered value.

In "confirm-order.htm" you must extract the email address and display it.
The problem has nothing to do with your hoster!