pk_campaign as POST method

Hi folks,

is it possible to use pk_campaign as an post instead of an get parameter?

It would be useful after Clean URL redirects.
example
http://example.org/mailing
–>
http://example.org/offer.html?pk_campaign=mailing

greetz
klml

http://www.php.net/manual/en/reserved.variables.post.php

It should work yes.

Hi Matt,

thanks for your reply. Unfortunately it seems that it doesn’t work

I tried this 2 similar forms

send

this works

send

this not

but no big problem. get is still ok for me

greetz
klml

Actually you are right, I just checked the code, it only works when in the URL.