How can I allow users to unsubscribe from my database using a form?
Should I make a new "unsubscribe" form that just has an unsubscribe field that allows for email duplicates? (Note my add subscriber form does NOT allow for email duplicates)
Will the above scenario create a new record or overwrite the existing record?
Or, is there a way to append the existing record to update the "unsubscribe" field?