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
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
Gravity Forms do not have to use AJAX (and do not by default) and normally do use POST. What are you trying to make sure you can do exactly?