LemmaLegalConsulting / docassemble-CLAGuardianship

MIT License
1 stars 1 forks source link

Anywhere we ask for a phone number, should the form use `.phone_numbers()` in the attachment block? #75

Open nonprofittechy opened 3 months ago

nonprofittechy commented 3 months ago

In shared.yml we have:

---
code: |
  users[0].mobile_number = DAEmpty()

But this doesn't seem right?

nonprofittechy commented 3 months ago

Maybe this was to prevent the built-in contact methods screen from popping up?