Noticed something while going through a few GHL setups recently…
Most systems just store: opted_in = true
Which feels fine on the surface.
But if you actually try to trace back how that consent was captured, it gets a bit unclear.
Like:
What exact message did the user agree to?
When did they submit it?
Was there a checkbox or just a form submit?
In most cases, that detail isn’t really stored anywhere.
And honestly, it works… until you need to verify something.
Not saying everyone needs a complex setup,
but having at least some basic tracking of important details makes things a lot cleaner later.
Curious how others here are handling this —
are you storing full consent details or just basic opt-in status?