Skip to content

Goto a step via the GET method #99

@eagle-r

Description

@eagle-r

I noticed that the wizard only allows you to go to a step via the POST method. It would be really helpful if this could also be done via GET.

Obviously this won't save or validate the data on the current step, but it seems that doesn't happen currently anyway.

The issue with a pure POST approach is that it forces you to use multiple submit buttons everywhere which in turn means that standard webpage actions such as hitting Enter in a form may mean that the form won't behave as expected. The buttons can be arranged in the page so that the Next button appears first in the HTML but then you have to jump through CSS hoops in order to get the buttons to appear where you want them - usually with the Next button visually on the bottom right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions