This is two feature requests wrapped into one...
1st, I noticed that GF has a nice GET redirect where you can build your own query. However, passing GET data to a redirect page and having that data parsed is unsecure since the referrer can't be checked easily.
It would be "real nice" (perhaps this is added, but can't find it?) if we could build POST variables and have these submitted to a redirect page.
Which brings me to my second feature request.
2nd, I propose adding a special hidden field for nonces. Allow the user to add the string for the nonce, that way the user can check the referer when parsing the passed data.
Ronald