Resubscribe (durable) from Form
I'm trying to test some weird behaviour with durable unsubscribe.
I have a lead, marked as unsubscribed = true. Then I delete the lead, so I gather this is stored in the durable unsub table.
Then I recreate the lead by submitting via a form which has a hidden field for Unsubscribe, with the Auto Value = "false".
(I've also tested the Auto value = No, FALSE)
When the lead recreates, it's unsubscribe is set from the durable change data value activity to true.
What's the deal?