Skip to main content

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

 

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?


I actually used the block builder 

 


Hi @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 %}

 


@retention Thanks, it worked.


Reply