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.
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.