codeforamerica / pdfhook

A Python web application for converting PDF forms into PDF-filling APIs
https://pdfhook.herokuapp.com
MIT License
46 stars 24 forks source link

Do a better job of categorizing field types in the JSON field map #58

Open bengolder opened 8 years ago

bengolder commented 8 years ago

Currently:

Perhaps for checkboxes and radio buttons, they should be "type": "checkbox" and "type": "radio" since those two types are easy to infer from the field data output.