TrustTheVote-Project / horatio-server

Turns JSON absentee ballot requests into PDFs and delivers them to registrars.
MIT License
1 stars 3 forks source link

Phone numbers are formatted incorrectly #53

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

Phone numbers can be provided in any format, but the SBE's form is designed to accept them only as ###-###-####. Strip phone numbers down to digits, then insert hyphens. If the phone number is longer than 10 digits, leave it alone and enter it as-is.