Closed (fixed)
Project:
Webform
Version:
6.x-3.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2012 at 13:02 UTC
Updated:
29 Feb 2012 at 23:32 UTC
Hi
My form does not send confirmation emails.
Can it be because the "Additional processing" field has:
drupal_goto($node->webform['redirect_url']);
Many thanks.
Shay.
Comments
Comment #1
vernond commentedThat is most likely the problem. The additional processing is fired during the validation part of the submit cycle, so a redirect in there will cause strange behaviours.
Note that there is no support for custom code in webform issue queue.
Comment #2
quicksketchThanks @vernond for the help. I'm marking this issue closed because we don't provide support in the Webform queue for PHP code.