In order to prevent the "previous" button from being the default button on uc_signup's multi-step attendee information form, previous currently appears to the right of "next", which can be confusing to some users.
The multi-step form would be more user-friendly if each step of the form was accessible via its own path so that users could use their browser's forward and back buttons. We could also replace the "previous" button with a link, thus eliminating the default submit button issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 540136-a.patch | 6.16 KB | ezra-g |
| #1 | 540136.patch | 4.3 KB | ezra-g |
Comments
Comment #1
ezra-g commentedI'll address this.
Here's a rough start. It works, but we should consider changing some of the form state checks in favor of using the current path.
I've tried breaking the form and so far it's held up, but I'd like to give it some more trouble ;).
Comment #2
ezra-g commentedHere's a revised patch. Actually, depending on the form step isn't a bad idea in most places.
Comment #3
ezra-g commentedI committed this since it worked in my testing and so we can avoid re-rolling other patches.