SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

defaults with address fields don't work #228

Open BryceStevenWilley opened 10 months ago

BryceStevenWilley commented 10 months ago

Screenshot: Question says "What is your address. Use an address where you can be contacted". Only the street address and state fields are pre-populated

This question is using address_fields_with_defaults in interview_logic.py, and with some extra logging, I can confirm that it's setting all defaults of the address correctly (to the address of the logged in Tyler user). However, DA isn't showing those defaults to the user, or is erasing them somehow.

Guess of what could be happening:

Either way, it's likely an upstream issue, but I want to have some more information on how to proceed.

nonprofittechy commented 10 months ago

Happy to help investigate this