1 Reply Latest reply on Oct 14, 2007 12:23 AM by sergeysmirnov

    Form tag submit method

    lmgjohnson

      Is there anyway to submit a form tag with 'get' instead of the default 'post'.
      This is required so my users are able to add any pages of my website in their favorites.

        • 1. Re: Form tag submit method

          it is possible if you use the server state saving method and the query string does not exceed the limit for GET.
          Also, you need to use for the navigation rules to make bookmarking URL string accurate.