Buttondown Documentation
Buttondown offers an opt-out feature available at all billing plans called the Portal, which lets your subscribers change their email address, view their invoices, settings, and unsubscribe or resubscribe to their newsletter. It also gives them an easy way to quickly access this information without having to reach out to you directly.
Subscribers can access the Portal in a few places:
manage_subscription_url
template variable.To turn the setting off, go to Settings > Features > Portal:
The forms displayed in the subscriber management page are the same as the forms you use to subscribe people to your list: subscribe form inputs. By default, these inputs only change a subscriber's metadata — but, combined with tags and automations, you can use them to give subscribers the ability to change their tags, too.
For simple cases, all you'll need to do is make sure to check the "Automatically tag?" input when creating a new Subscribe form input; this will ensure that, when a subscriber changes their metadata, the corresponding tags will change as well.
Some caveats:
Checkbox type form inputs create a metadata field that holds two potential string values. You'll need to reference these string values in two different automations for full subscriber autonomy:
Scenario | Value |
---|---|
Subscriber checks a box in the Portal or initial subscription | True (capitalized) |
Subscriber unchecks a box in the Portal | False (capitalized) |
Yes, it sure did.