Hi,
The issue I'm having is really weird. I was editing my webform, testing it as I was going and it was working fine. I was never able to get the confirmation message to show though, instead it just said the 'Your submission has been updated' or something like that and then showed me the form again..
Anyway, after I made two edits and tested again, instead of doing the above, it takes you to a totally blank page where the favicon image is that of my web server. I get this occossionally when code I have written crashes the server. So I went and reversed my edits and still got the same thing. I created a new webform with only bare bones and get the same thing. I installed the latest version of webform and still get the same thing.
If it helps, though I can't see how, the edits were:
-I changed the confirmation message from a message to 'internal:thanks'
-I set the email field to receive a copy of the submission

any help would be much appreciated..

Comments

Critical Tinkerer’s picture

First, under "Advanced webform settings", make sure that both the "Additional validation" and "Additional processing" fields are completely blank. If there is anything there that is not valid PHP, that will certainly cause the symptoms you are reporting. Likewise, if there is an error in any PHP code you put in those fields, the blank screen of death is your first clue.

fudge714’s picture

Thanks - that was it, the rich text editor had put in some unneccessary html.
I'm not getting the blank screen anymore, but I am now being given the form again with a message saying 'Submission updated'. The confirmation message doesnt show anywhere, and nothing happens if I try redirecting to internal:thanks
The rich text editor is off everywhere now, so thats not interfering..

Critical Tinkerer’s picture

Status: Active » Closed (fixed)