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?
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?
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