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?
Started 12 years ago by ncgalenny | 4 posts |
-
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 12 years ago # -
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 12 years ago # -
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 # -
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.
Posted 9 years ago #
Reply
You must log in to post.