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

vernond’s picture

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

quicksketch’s picture

Status: Active » Closed (fixed)

Thanks @vernond for the help. I'm marking this issue closed because we don't provide support in the Webform queue for PHP code.