HELP? Show DIV after filling in form

Discussion in 'JavaScript' started by lottevanbreugel, Feb 26, 2012.

  1. #1
    Hi,


    I'm looking for a javascript.

    I've got a form with multiple input's; checkboxes, radio-buttons etc.
    I would like a DIV to appear, when all the inputs (the whole form) are completed.


    Now, I've found a few validators, but those only function for the empty fields.
    Now I'm looking for is a script which recognizes the filled in form, and then shows the DIV.


    Anybody an idea how I could solve this? :)
     
    lottevanbreugel, Feb 26, 2012 IP
  2. rainborick

    rainborick Well-Known Member

    Messages:
    424
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #2
    When you say "shows the DIV", do you mean you need to reveal a hidden DIV on the page, show the HTML contents of the DIV, or show all of the current values of the form?
     
    rainborick, Feb 26, 2012 IP
  3. hdewantara

    hdewantara Well-Known Member

    Messages:
    540
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #3
    Hi lottevanbreugel,
    Isn't any empty fields supposed to be invalids?
    But let me look at your form, (and probably your validator collection) so I could understand better...

    Hendra
     
    hdewantara, Feb 27, 2012 IP
  4. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #4
    i think what you found was form validators, you might be looking for a summary of the form on submit
     
    JohnnySchultz, Feb 29, 2012 IP