Best practices for securely routing sensitive PDF intake data into a CRM for a Family Law practice?

:bullseye: What is your goal?

Hi everyone,

I am working on automating the client intake workflow for our divorce and family law practice. Right now, new clients fill out a confidential intake form (often containing sensitive financial and personal history).

:thinking: What is the problem?

Because this is family law, data privacy (HIPAA/client confidentiality) is incredibly important. Has anyone built a similar workflow? Are there specific form tools (like Jotform Enterprise or Typeform) that you’ve found integrate best with Make while maintaining strict legal data security?

Hello @John_R_Stallings,

On Make’s side, you would want to turn off logging in the scenario settings. This will make sure data only passes through and is not stored. Still, if you need a strict HIPAA conform solution then Make is not compliant. (But HIPAA is for the Health sector, not law? For a family law practice the relevant standard is usually client confidentiality and, for EU clients, GDPR, rather than HIPAA. Worth confirming with someone legal though.)

Then for any form tool, honestly, the form choice matters less than how you handle the data downstream. That said, Jotform (Enterprise) is the stronger pick here over Typeform: it offers encryption at rest, signed agreements (BAA/DPA), audit logs and regional hosting, and it integrates with Make just as well. Even if you are not technically under HIPAA, those features are a good proxy for the protection level you want. Or consider building your own forms, hosted by yourself.

A couple of things that matter more than the tool itself:

  • Turn off or minimize logging as mentioned, and keep data retention as short as possible.
  • Get a DPA in place with Make, and set up your Make org in the EU zone if data residency matters (you pick this at creation only)
  • Where you can, let Make pass only a reference (a record ID) instead of the full intake, so the sensitive content lives in your secured storage and Make just orchestrates.

So in short: Jotform Enterprise + logging off + a reference-based flow rather than pushing the full sensitive payload through Make.

Cheers,
Henk