- Issue created by @mjmorley
When rebuilding the form we may want the most recently input form values from form_state. In my scenario I need this as we use the form_state values to save the entity the form is for. I don't see any downsides to setting this form_state, it makes sense to me that the form_state would be up to date.
In `simple_multistep_form_alter` just call `$multiStep->setFormState($form_state);` before calling `rebuildForm()`.
Active
2.0
Code