This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

URL parameters - POST instead of GET?


  1. ncgalenny
    Member

    Sorry if this has been answered already but I didn't find anything in searching the forums.

    Is there a way to us http POST to pre-fill form questions instead of GET? I would rather not pass parameters through the URL if possible.

    Thanks!

    Posted 11 years ago #
  2. yuniar

    By default it won't be possible to do so. However, you can simply modify your "includes/view-functions.php", search for all $_GET variables and replace it with $_REQUEST.

    That would allow you to capture both POST or GET. Or if you strictly just need POST, replace them with $_POST instead.


    MachForm Founder

    Posted 11 years ago #
  3. assistenzamerqurioit
    Member

    Hi

    There are news on the new version 4.2 ?
    It's possible to do, or it's need modify the code php in functions ?

    Posted 9 years ago #
  4. Steve1951
    Member

    This may not be exactly what you are looking for but this is how I pass data to my forms without it being displayed in the URL.

    http://www.appnitro.com/forums/topic/method-to-pass-data-to-forms-other-than-url-parameters?replies=4

    Posted 9 years ago #

RSS feed for this topic

Reply