PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

POST, No ajax

  1. 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

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  2. 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?

    Posted 11 years ago on Friday January 25, 2013 | Permalink