• Resolved StevenW123

    (@stevenw123)


    Hi,

    I want to edit the Unsubscribe page but can’t find the settings in FluentCRM, please.

    Must it feature the survey asking why a subscriber is unsubscribing?

    Can it be setup so a user unsubscribes with one click the instant they click unsubscribe in an email, please?

    Thanks,

    Steve

Viewing 1 replies (of 1 total)
  • Hi @stevenw123,

    There isn’t any direct option to edit the Unsubscribe page from the FluentCRM settings but you can modify the text and reasons for unsubscribing using a filter hook (check here).

    Also, if you want the user to auto-unsubscribe then you can add the following filter hook –

    add_filter('fluent_crm/will_auto_unsubscribe', function($status) { return 'yes'; });

    You can add the code using a code snippets plugins or directly in your themes function.php file.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Unsubscribe’ is closed to new replies.