Dynamic button in email
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?
