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.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_multipage_fix.patch | 1023 bytes | quicksketch |
Comments
Comment #1
quicksketchCommitted to both 3.x branches.