Submitted by Kiran on Mon, 03/23/2009 - 08:17
Currently I am using $node->webform['confirmation'] in Webform to redirects the user after form processing has been completed.
The code sample is as follows
<?php // Redirect to msn when done. $node->webform['confirmation'] = 'http://msn.com'; // Redirect to node 2 (an internal Drupal path). $node->webform['confirmation'] = 'internal:node/2'; ?>
But unfortunately I am unable to get rid of the &sid=xxx. Is there a way to get rid of the ?sid=[submission-id] that is appended even if i use redirects?
»
- 2457 reads













I'm having this problem too, anyone found a cure yet?
Can you post your .htaccess solution?
Very good post, thanks a lot.
I could not able to figure out the solution from drupal, but via .htaccess i remove the ?sid parameter.
If you did a better solution, please do let me know.
Thanks you
I'm having the same problem. Have you come across any solution?
Thanks - Bob
Post new comment