Skip to main content
Solved

I have a problem with the manage preferences link

  • February 28, 2023
  • 6 replies
  • 326 views

Forum|alt.badge.img+4
  • Contributor II
  • 4 replies

I addes this tag {% manage_preferences %} to the text, then in the preview it shows like this:

 

Best answer by retention

@arg Ah, the reason for that is the {% manage_preferences %} tag renders more than just the URL in HTML. 

Try this one instead and see if that works:

{% manage_preferences_link %}

 

6 replies

retention
Partner - Platinum
Forum|alt.badge.img+62
  • 2025 Champion
  • 1005 replies
  • February 28, 2023

Hi @arg, welcome to the community.

It seems like you might have some open HTML tag before the “Manage Preference” that might be causing that.  Can you paste the entire HTML source of that text block so we can have a look?


Forum|alt.badge.img+4
  • Author
  • Contributor II
  • 4 replies
  • February 28, 2023

I actually used the block builder 

 


Forum|alt.badge.img+4
  • Author
  • Contributor II
  • 4 replies
  • February 28, 2023

Hi @retention 


retention
Partner - Platinum
Forum|alt.badge.img+62
  • 2025 Champion
  • 1005 replies
  • Answer
  • February 28, 2023

@arg Ah, the reason for that is the {% manage_preferences %} tag renders more than just the URL in HTML. 

Try this one instead and see if that works:

{% manage_preferences_link %}

 


Forum|alt.badge.img+4
  • Author
  • Contributor II
  • 4 replies
  • February 28, 2023

@retention Thanks, it worked.


  • Contributor I
  • 1 reply
  • September 3, 2025

Hi, is there a way to fully test the preferences link before sending out the email? I did a test and it only showed me the placeholder page and I want to see what the page looks like before sending the email.

Thank you!