Email Subscription Status
By default, every email subscription option on action forms and widgets are checked, so users are subscribed to all possible lists -- such as the action creator, the sponsoring group, and any referrer code used -- when they take action.
If you want to uncheck one or all of those boxes by default, you can use URL arguments.
Adding subscription_user=false
to the end of a link to an action or page with a widget embedded will uncheck the box subscribing the activist to the action creator's list.
Adding subscription_group=false
to the end of a link to an action or page with a widget embedded will uncheck the box subscribing the activist to the action sponsor's list.
Adding subscription_referrer=false
to the end of a link to an action or page with a widget embedded will uncheck the box subscribing the activist to the action referrer code's list.
For example, to uncheck the sponsoring group's subscription checkbox, your link would look like this:
http://actionnetwork.org/petitions/my-petition/?subscription_group=false
Mobile Messaging Subscription Status
Mobile Messaging Subscription Status
By default, every mobile messaging subscription option on action forms and widgets is unchecked, so users are not automatically subscribed to all possible lists when they take action. You can change this default with a URL argument. For example, if you want to check the box to opt-in to mobile, you would change this link:
https://actionnetwork.org/petitions/mobile-test
To this:
https://actionnetwork.org/petitions/mobile-test?mobile_subscription_group=true
More on URL arguments here.