Currently in 3.x beta 3 multipage forms throw lots of nasty errors between each page. This is because the save-submission code is unintentionally getting triggered between each page request, a side effect of #754580: Remove Custom PHP Execution (Additional Processing/Validation) Fields. To fix this, we should ensure that this code is only executed after all other pages have finished.

CommentFileSizeAuthor
webform_multipage_fix.patch1023 bytesquicksketch

Comments

quicksketch’s picture

Version: 6.x-3.x-dev » 6.x-3.0-beta3
Status: Active » Fixed

Committed to both 3.x branches.

Status: Fixed » Closed (fixed)

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