2 step forms HELP please

2 replies
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
#forms #step
  • Profile picture of the author mywebwork
    Hi Michael

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

    Sorry, the email address is not a valid email address format. You must provide a valid email address in order to submit this form. Please push the "back" button on your web browser and try again.
    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
    {{ DiscussionBoard.errors[1406194].message }}
  • Profile picture of the author m4rx
    Why not just do two pages, and transfer the data between the two pages.
    Or just do everything on one page.

    --m4rx
    Signature
    We are what we repeatedly do. Excellence, then, is not an act, but a HABIT. ~Aristotle
    Bored. Learn everything you need to know about Organic Gardening.
    {{ DiscussionBoard.errors[1406372].message }}

Trending Topics