Update list based on e-mail value

Hi,

I have a table of e-mail contact who subscribed to my newsletter. I want to add a form which enables the contacts to unsubscribe. How can I do that, since I can only use the Add record function with a form and not edit/ delete based on e-mail. Is there a way to create a new table with ‘unsubscribes’ and use an automation rule with it or something like that?

Regards Marin

I suggest to create a select type field i.e., active/inactive, and filter the newsletter sending limited to active users. You should include a link in the newsletter that triggers a record rule to take the user name and changes the status to inactive.

The “button” should lead to a open edit form of a filetered record = user whom newsletter is sent and change after saving the form

What about using something like this?

Where you are using the search component + a URL parameter to locate a record. Just be careful not to expose anyone’s personal information.

You should include a link in the newsletter that triggers a record rule to take the user name and changes the status to inactive.

This is my goal, but how do I enable a record rule, since forms can only ADD records??
Each newsletter has a link containing the unsubscribe, so the e-mail is known… I just can’t EDIT it, but just ADD>.

Create the edit form, then add the record ID to the end or the url to link it in your email.

1 Like