I have my webforms set so that only registered users can submit, and are limited to a single submission. However, when unregistered users attempt to access the survey, they get a message 'You have already submitted this form.' which is not correct. They should instead get the message, 'You must login or register to view this form.'
The fix is adding an else to the if statement on line 1181. I've attached a patch.
-- Kari
| Comment | File | Size | Author |
|---|---|---|---|
| webform.module.patch | 672 bytes | kari.nies |
Comments
Comment #1
quicksketchThis is being fixed in #447054: You have already submitted the form message is displayed even before the user submits the form.....