I am going batty here. I have converted several forms on this site from Frontpage forms designed by someone else to my own handcoded forms and for some reason cannot get this particular one to work:
<url snipped - please send Sticky mail to offer help>
Can anyone check it for me and see if there is something obvious that I am missing here. Thanks so much, Stephanie
(edited by: tedster at 4:32 pm (utc) on May 9, 2002)
jatar_k
4:35 pm on May 9, 2002 (gmt 0)
it would be better if you could explain what exactly isn't working.
You could also put the url in your profile too. I got it already though.
lorax
4:41 pm on May 9, 2002 (gmt 0)
Your form closes just above the departure information so the submit button isn't within a valid form.
jatar_k
4:42 pm on May 9, 2002 (gmt 0)
I can tell you one problem, your form tags are all messed up.
you have 2 opening form tags and three closers. There is one close form tag right above where the majority of your form elements are and I would imagine that removing that my fix one problem.
txbakers
4:59 pm on May 9, 2002 (gmt 0)
If you want to have multiple options for form actions, you'll need a javascript function that will set the action attribute of the form tag.
bbgirl
5:00 pm on May 9, 2002 (gmt 0)
You guys are the bomb! You saw what I just couldn't see...the extra form close tag. THANK YOU!