Multipage forms are not working
nwcpro - September 22, 2009 - 14:09
| Project: | Drupal |
| Version: | 6.14 |
| Component: | forms system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Description
Line 140 in forms.inc was changed in 6.14 so that multipage forms stopped being rebuilt. It seems that the second two conditions need to be wrapped in an OR condition.

#1
Here's the patch I came up with.
#2
This worked for me - thanks very much.
#3
I ran into this too with storage_api module. It seems a fix is in the works over here: #302240: button broken due to fix various problems when using form storage
#4
+