You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explanation:
'USCitizen', 'USCitizenYesNo', and 'USCitizenTickYes' already exist, but some applications have options for legal permanent resident and 'other'/undocumented. Adding these fields (and possibly deprecating the old ones) should fit more forms.
Example:
The text was updated successfully, but these errors were encountered:
USCitizen can have the values of "US Citizen", "Non-Citizen with eligible immigration status", and "Other". If the options for citizenship status are mutually exclusive, then I think it's better to represent citizenship status as a single field instead of three boolean fields.
EDIT: I was thinking about SQL table columns and not PDF field names at the time, so this issue makes sense now.
CitizenshipUSTickYes
CitizenshipOtherTickYes
CitizenshipLPRTickYes
Explanation:
'USCitizen', 'USCitizenYesNo', and 'USCitizenTickYes' already exist, but some applications have options for legal permanent resident and 'other'/undocumented. Adding these fields (and possibly deprecating the old ones) should fit more forms.
Example:
The text was updated successfully, but these errors were encountered: