TrustTheVote-Project / horatio-client

A client for an absentee ballot request form.
MIT License
2 stars 4 forks source link

Break the form into multiple pages #13

Closed zakgreene closed 9 years ago

zakgreene commented 9 years ago

At first it seemed like it would fit easily onto one page, but after eliminating the extra page for Section 3 (Reason for Absentee) it might be a lot of info for one page. Could use Javascript to break into pages, and for users without Javascript would fall back to just a single page.

Also, it might be a better way to simplify and eliminate unnecessary fields. For example, we could just have the checkbox for Assistance to Vote appear, and only show a second page of fields about the assistant if the box is checked. Same for Change of Address.

waldoj commented 9 years ago

Could use Javascript to break into pages, and for users without Javascript would fall back to just a single page.

This seems like a totally reasonable approach. :+1: