Skip to content

Commit

Permalink
Hidden field bug fix on TPS screener
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-jgraszer committed Oct 3, 2024
1 parent ae21c30 commit 9153f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/USCISApplications/data/questions/screeners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ fields:
datatype: yesnoradio
show if:
code: |
not "venezuela" in users[i].country_of_birth.lower()
"venezuela" in users[i].country_of_birth.lower() or "haiti" in users[i].country_of_birth.lower()
js show if: |
val("users[i].parents_from_venezuela") || val("users[i].one_parent_from_venezuela") ||
val("users[i].parents_from_haiti") || val("users[i].one_parent_from_haiti")
Expand Down

0 comments on commit 9153f6b

Please sign in to comment.