Hi

My confirmation messages are no longer working. The user is redirected to www.domain.com/node/XX, a blank page, instead of to www.domain.com/node/XX/done. I did some tracing and can see that $form_state['redirect'] is set correctly in function webform_client_form_submit(), but I don't know what happens after that. Can someone help?

Thanks
Miriam

Comments

Peacog’s picture

Title: Confirmation message not shown on successful submission » Webform Confirmation message not shown on successful submission

I'm seeing a PHP error in the log. This is the error:

Cannot modify header information - headers already sent by (output started at /home/mydomain/public_html/sites/all/modules/webform/webform.module(1657) : eval()'d code:1) in /home/mydomain/public_html/includes/common.inc on line 319

Peacog’s picture

Status: Active » Fixed

The problem is caused by FCKEditor sticking HTML page breaks in the Additional Validation and Additional Processing fields for a form. I found the solution here: http://drupal.org/node/293984

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.