form help :((

J

jenn

Can someone try and help me out here.. i have searched
this board and i just can't get my form working right...
maybe because my "submit" button is an image picture which
first goes to my "validate fields" function. Validating
process works perfectly but after my validating the page I
would like to have all of the form results emailed to me.
Another problem i am having is after the validating
process the page needs to go to the paypal screen and it's
not doing this anymore.. it was before i added in the
validate fields logic. I am working on when hitting the
paypal button.. NOT the check/money order button). Any
help on either of my issues would be great.. thanks so
much! Here is the page:

http://riotsound.com/store/BuyNow/g...tchaTBuyNow.htm
 
S

Stefan B Rusynko

Your 1st form has no action
Plus you have 2 forms nested - illegal html
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
is nested in the form <FORM name ="myform">





|
| oops.. thanks!.. this one should:
|
| http://riotsound.com/store/BuyNow/guys/BackAttchaTBuyNow.ht
| m
|
| >-----Original Message-----
| >Hi Jenn,
| >
| >The URL provided does not work.
| >
| >
| >--
| >Mike -- FrontPage MVP '97-'02
| >J-Bots 2004 Released Special Pricing
| >http://www.websunlimited.com
| >FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000
| Compatible
| >
| message | >> Can someone try and help me out here.. i have searched
| >> this board and i just can't get my form working right...
| >> maybe because my "submit" button is an image picture
| which
| >> first goes to my "validate fields" function. Validating
| >> process works perfectly but after my validating the
| page I
| >> would like to have all of the form results emailed to
| me.
| >> Another problem i am having is after the validating
| >> process the page needs to go to the paypal screen and
| it's
| >> not doing this anymore.. it was before i added in the
| >> validate fields logic. I am working on when hitting the
| >> paypal button.. NOT the check/money order button). Any
| >> help on either of my issues would be great.. thanks so
| >> much! Here is the page:
| >>
| >> http://riotsound.com/store/BuyNow/g...tchaTBuyNow.htm
| >>
| >
| >
| >.
| >
 
J

jenn

thanks.. i fixed that but i am still having trouble..
unfortunately that didn't solve either of my issues.. but
thanks for pointing out my mistake.. this is my first
form/store page i am working on.. any other advice would
be greatly appreciated.. thanks again!
-----Original Message-----
Your 1st form has no action
Plus you have 2 forms nested - illegal html
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
is nested in the form <FORM name ="myform">





"Jenn" <[email protected]> wrote in
message news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top