When a user is creating a new node, she might need to go back before filling a step thoroughly. But empty required fields in a step will trigger errors and prevent user from going back to the previous step.

This article from Befused shows a form_alter to fix the issue: http://befused.com/drupal/multistep-back-error-suppression

Yet I think it shouldn't be needed for the back button should have validation errors disabled by default.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

barraponto’s picture

Status: Active » Needs review
FileSize
702 bytes

Patch submitted by the Drush iq-submit command.

stBorchert’s picture

Status: Needs review » Fixed

Thanks for the patch. Committed to 7.x-1.x.

Status: Fixed » Closed (fixed)

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

stefanotabarelli’s picture

Issue summary: View changes

I applied this patch and used it for a long while on my site and it works perfectly. I also believe that it should be a default behavior and it should be included in the next release.
Thanks for the patch