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.
-
Create 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.
-
Add Action to Element - add the 'Remove from unsub' action to remove the contact from the selected unsub list when the option is checked in the form.
-
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.