POST or GET?

  • me3
    Asked on May 1, 2014 at 8:15 PM

    How can I tell if my form is POST or GET?

  • Elton Support Team Lead
    Replied on May 1, 2014 at 10:49 PM

    Hi,

    You can tell it by checking the form method attribute on your form source code.

    Example:

    <form class="jotform-form" action="http://submit.jotform.us/submit/41185834076155/" method="post" name="form_41185834076155" id="41185834076155" accept-charset="utf-8">

    The method value indicates if the form is post or get. All Jotform form's uses post method, FYI.

    Thanks!