Problem/Motivation
I want to create a form which redirects after submit. I want to use the "post book" example as a model. However, the redirect in the "post book" example has no effect.
Steps to reproduce
- Create a fresh Drupal install
- Install Multistep Form Framework and Multistep Form Framework Examples
- Open /post-book.
- Complete steps, entering data into each field
- On the "Congratulations" page, select the "Go Back to Site" button"
Result
Expected: Return to the front page.
Actual: Remain on the "Congratulations" page.
Issue fork multistep_form_framework-3330886
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
chipcleary commentedI've been able to get this to work by taking the following steps.
Hope this helps.
Comment #3
chipcleary commentedComment #5
dinazaur commentedFixed issue in the examples module.
Comment #6
dinazaur commented