2 step forms HELP please

by 2 replies
3
Hi there

My form:

http://michael-nguyen.com/greeneco/create.html

In firefox I can't even get to the next section. It tries to submit the data without it being completed.

In IE it works fine. What gives?

By theres abit of javascript going on. Is this a FF thing?

Much appreciated

Best regards
Michael
#programming #forms #step
  • Hi Michael

    It's also broken in Chrome and Opera- they both spit out the same message:

    And Safari goes to a completely green screen that says "Michael Nguyen. Student number: 2352378 Software Development For The Web".

    So offhand I wouldn't blame this on Firefox!

    One thing to note is that your document is not a valid HTML document, in fact it isn't an HTML document at all! Its a <form> and a bit of JavaScript, but it has no <html>, <head> or <body> tags.

    Perhaps formatting it as an actual HTML document would fix it - give it a try!

    Bill
  • Why not just do two pages, and transfer the data between the two pages.
    Or just do everything on one page.

    --m4rx

Next Topics on Trending Feed