Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Jordan Witte edited this page Jul 23, 2020 · 4 revisions

A collaboration with Portland Community College CLEAR Clinic

The Project:

The paperwork to apply for DACA renewal and other immigration proceedings is lengthy and tedious. This is a web tool to make this process a little easier with the following:

  • A web interface for the user to provide all of the required information, which is then used to populate and download the filled-out PDF paperwork.
  • Input fields can have their own annotations, for example clarifying language for what is asked for or required in the field.
  • Immediate in-browser validation that the information in a field is correctly formatted.
  • Conditionally hide any fields that are not required, based on earlier information the user has entered.
  • No need to re-enter redundant information that is required in multiple places.
  • Automatically fill empty fields with "N/A". This is because leaving any fields empty can cause an application to be rejected.
  • The completed PDF form has fully editable fields so it can be reviewed and updated if necessary.

Start with supporting the following forms:

Clone this wiki locally