Is it possible to write a form that does not use Ajax, but rather uses POST and when it lands on the target page, checks field input?
This could be very elementary like:
<form method="post" action="some-page/"> <!-- forms... --> </form>
Thanks,
Jon