Hi All,

I am using typo3 4.5.22 version and powermail version 1.6.9. I've a simple 
powermail form.
I've disabled the javascript validation.

My problem is I got a complex url after submitting the form like this;

"http://www.mydomain.com/?tx_powermail_pi1[mailID]=9&cHash=236whehjwge.....";

I've also configured in real url to remove cHash;
    

'init' => array (
        'enableCHashCache' => true,
        'appendMissingSlash' => 'ifNotFile,redirect',
        'enableUrlDecodeCache' => false,
        'enableUrlEncodeCache' => false,
        'emptyUrlReturnValue' => '/',
         ),

But still I got the URL which is not fair.
How can I remove the cHash from the URL after powermail form submit.

Anybody know the answer,please help me...

Thanks in advance,
    ArunChandran.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to