Dynamic button in email | Community
Skip to main content
Nick_Deboo1
New Participant
February 27, 2019
Solved

Dynamic button in email

  • February 27, 2019
  • 1 reply
  • 2646 views

I have a button in an email and variables are used to change the text and url.

However, I want to have this email dynamic and as far as I know, variables cannot be dynamic. So the idea is to take away the variables and have it editable in the editor.

The problem with editor is that it adds a paragraph <p> around the <a> tag and that makes the button bigger. It looks it's not possible to not get the <p> tag. Even after removing it in the html version of the editor, it still adds it back.

Any ideas to solve this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mark_Price

Hi Nick,

You can try this:

Go to: Admin -> Email -> Edit Text Editor Settings there is a setting to turn the default <p></p> tags off. If this hasn't been done, it could be the source of your headache.

hope it helps!

1 reply

Mark_PriceAccepted solution
New Participant
February 27, 2019

Hi Nick,

You can try this:

Go to: Admin -> Email -> Edit Text Editor Settings there is a setting to turn the default <p></p> tags off. If this hasn't been done, it could be the source of your headache.

hope it helps!