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.

CommentFileSizeAuthor
#2 540136-a.patch6.16 KBezra-g
#1 540136.patch4.3 KBezra-g

Comments

ezra-g’s picture

Assigned: Unassigned » ezra-g
Status: Active » Needs work
StatusFileSize
new4.3 KB

I'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 ;).

ezra-g’s picture

Status: Needs work » Needs review
StatusFileSize
new6.16 KB

Here's a revised patch. Actually, depending on the form step isn't a bad idea in most places.

ezra-g’s picture

Status: Needs review » Fixed

I committed this since it worked in my testing and so we can avoid re-rolling other patches.

Status: Fixed » Closed (fixed)

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