CMS Development

milos_peric
Mitglied | Platinum Partner
Mitglied | Platinum Partner

Custom subscription list on "manage preferences" page.

lösung

Hello,


Is there a way to filter what subscription types will be listed on manage preferences page? Basically, if user is subscribed to marketing emails for example, only those will be listed and not all subscription types.Screenshot_1.png

0 Upvotes
1 Akzeptierte Lösung
alyssamwilie
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

Custom subscription list on "manage preferences" page.

lösung

Hey @milos_peric ,

Hubspot adds a 'selected' class to the subscription types that are selected (subscribed to) so you can just add the following CSS to your page to only show subscriptions the user is currently subscribed to:

.item-inner:not(.selected) {
    display: none;
}

If this answer solved your question, please mark it as the solution.

Alyssa Wilie Profile Image

Alyssa Wilie

Web Developerat Lynton

Learn HubL | Get Marketing Insights

HubSpot Elite Solutions Partner
Lynton's HubSpot theme Rubric now available. Click to download.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
CHutt5
Mitglied

Custom subscription list on "manage preferences" page.

lösung

Hi,

 

Is the above css still valid?

 

The 'item-inner' doesnt have the '.selected' class

CHutt5_0-1683631074391.png

 

0 Upvotes
alyssamwilie
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

Custom subscription list on "manage preferences" page.

lösung

Hey @milos_peric ,

Hubspot adds a 'selected' class to the subscription types that are selected (subscribed to) so you can just add the following CSS to your page to only show subscriptions the user is currently subscribed to:

.item-inner:not(.selected) {
    display: none;
}

If this answer solved your question, please mark it as the solution.

Alyssa Wilie Profile Image

Alyssa Wilie

Web Developerat Lynton

Learn HubL | Get Marketing Insights

HubSpot Elite Solutions Partner
Lynton's HubSpot theme Rubric now available. Click to download.