In an effort to make the saef a bit more friendly I would like to use Javascript validation. The problem with the EE validation is that if one makes a mistake, it tells you you made a mistake, but then erases the entire form. I think it should be possible to do an initial js check that then puts the user back on the same form with the non-error pieces still filled in. Is that possible?
My problem is that right now, with a primitive js script, after the js check it goes right through to the EE check, and I end up where I don’t want to be.