SuffolkLITLab / docassemble-MotionToStayEviction

A Docassemble interview for the Massachusetts Appeals Court Motion to Stay Eviction
https://www.courtformsonline.org/appeals/#stayeviction
MIT License
1 stars 0 forks source link

Contact Information Screen post-Send to Court Selection #28

Closed miabonardi closed 2 years ago

miabonardi commented 4 years ago

How do we stop the Page id: contact information screen from appearing when the user has already entered their contact information? The Source says it is asking because it needs to define users[0].other_contact_method.

nonprofittechy commented 4 years ago

You could set users[0].other_contact_method to something like an empty string "" in a code block, or add that field to the earlier contact info screen. I think moving it earlier but keeping it a question makes sense. People might not have their own phone number.

On Fri, Nov 13, 2020, 8:00 AM Mia Bonardi notifications@github.com wrote:

How do we stop the Page id: contact information screen from appearing when the user has already entered their contact information? The Source says it is asking because it needs to define users[0].other_contact_method .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SuffolkLITLab/docassemble-MotionToStayEviction/issues/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2KTSKZQH2SKHWRBEYDLEDSPUUWJANCNFSM4TURUZVQ .

BryceStevenWilley commented 2 years ago

This has been addressed already: https://github.com/SuffolkLITLab/docassemble-MotionToStayEviction/blob/db2598102cc24b0bd4ec1048b1e5102c4b1d07b7/docassemble/MotionToStayEviction/data/questions/SP6A.yml#L737