TrustTheVote-Project / horatio-client

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

Require a reason to be entered, if needed for that reason code #17

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

Right now, the reason > documentation field is being populated with the human-readable value of reason. That is not how the documentation field works. There is no reason to provide the human-readable value within the JSON. Instead, there should be a textarea limited to 1,024 characters where somebody can enter documentation for their reason, but only for those reason codes that require documentation.

zakgreene commented 9 years ago

Oops, yeah, I realized that right after I'd implemented it. Should work correctly now.