IllinoisLegalAidOnline / docassemble-USCISApplications

A docassemble extension.
MIT License
1 stars 0 forks source link

addresses - suite, unit, etc., and fix to not show physical if mailing is physical address #147

Closed aidanielson closed 7 months ago

aidanielson commented 8 months ago

Also - need to point out to Quinten that the apt/suite/floor pdf attachment block fields seem inconsistent between physical and mailing... image

nonprofittechy commented 7 months ago

The idea is to hide the mailing address fields if the two addresses are identical. It's not clear if this is needed but it does seem closer to the way a real person would fill in this field.

WOuld just need some mako if statements in the attachment block: % if users[i].mailing_address == users[i].address: e.g.

mnewsted commented 7 months ago

TRP said hiding mailing address if same as physical address is not needed.