Add to List, Remove from Unsub List
If you are creating a form that allows a user to sign up to a list, it is likely that you will want to simultaneously remove them from an unsub list that they may have previously been on.
It is possible to add an element to your form that adds the contact to a list, and an action to the element to remove them from an unsub list.
On this page:
Step 1: Create Subscribe Checkbox
The first step is to create a subscribe checkbox using a List Checkbox element. If the checkbox is selected when the contact submits the form, they will be added to the list.
Step 2: Add Action to Element
Once you have created and saved the element, you will need to add the action to it. The 'Remove from unsub' action will remove the contact from the selected unsub list when the option is checked in the form.
Step 3: Save
The element is now complete; if the contact selects the checkbox, when they submit the form they will be added to the selected list and removed from the selected unsub list.