Hi.
First of all, great MOD.
Could you please check this link:
http://drupal.org/node/293984#comment-1041632
It tells you about solving an issue with webforms resulting in WSOD.
It is caused by fckeditor, automatically putting < br / > in all the textboxes.
After disabling fckeditor for those boxes, as well as for the redirect box, all issues were solved.
Would it be possible to look at this?
grtz,
Twan
Comments
Comment #1
wwalc commentedI have added
edit-webform-*(*.edit-webform-*in 6.x-2.x) to the default exclusion list in the FCKeditor Global Profile, anyone installing FCKeditor module shouldn't experience this issue anymore.Thanks!
Comment #2
wwalc commentedActually in 6.x-2.x I have added
*@*.edit-webform-*.Comment #3
TwanVeugelers commentedThanx!!