Bug:

Two emails. First has form submission, second email only has info from second page of form.

Here's a very basic form to duplicate this error:

name
email (required field)
pagebreak
comments

Process to duplicate:

Fill out page 1, go to next page, submit form, click back and click submit again.

Result:

Two emails. One with all the form info. Second with only the info entered in on the second page the second time its submitted.

I've tested and gotten the same results in 5.x-1.10 and 5.x-2.12.

Hope that makes sense. I searched the issues and couldn't find anything to fix this. Thanks.

Comments

quicksketch’s picture

Yeah, I'm not sure what to do about the back button in a situation like this. In Drupal 6, the Form API sends you back to the first page and makes you start all over, which I suppose is better than submitting only the last page. I believe this has to do with the session variable for Webform being removed on submit. Webform should probably prevent submission entirely if previous pages are missing from the session.

quicksketch’s picture

Version: 5.x-2.1.2 »

This probably won't be handled in the 2.x branch. Moving to 3.x to fix there.

danchadwick’s picture

Version: » 5.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (won't fix)

Closed. Branch no longer supported