I have a few questions about how Hustle handles email subscriptions / conversions.
Subscription
When a visitor provides their mail, is there a feature to verify the address and request? I can’t find a “send confirmation email” setting.
Cancellation
We can provide the user with a link to an Unsubscribe page which contains a shortcut to do the deed. When they click the Unsubscribe button, and we have the setting enabled, they get an email to confirm their intent. (Yay, it’s implemented here.)
But the URL provided to them takes them back to the same Unsubscribe page. That page has information about how to unsubscribe, which is now redundant since they’ve already been here. Yes, the shortcut now displays a “You are unsubscribed” confirmation … after other text that I’ve added that tells them how it works.
What is the expectation of the flow for an unsubscribe operation?
Can we send the user to a confirmation page other than the one where they clicked the unsubscribe button?
Should I make my HowTo text conditional so that it does not display when the query string includes the final markers?
Please forgive if I’ve missed something on-screen or in docs.